FlannSearchParams class

Inheritance

Constructors

FlannSearchParams.new({int checks = 32, double eps = 0.0, bool sorted = true, bool exploreAllTrees = false})
factory
FlannSearchParams.fromPointer(FlannIndexParamsPtr ptr, int checks, double eps, bool sorted, bool exploreAllTrees, [bool attach = true])

Properties

checks int
getter/setter pair
eps double
getter/setter pair
exploreAllTrees bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
props List<Object?>
no setterinherited
ptr Pointer<FlannIndexParams>
getter/setter pairinherited
ref → FlannIndexParams
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sorted bool
getter/setter pair

Methods

get<T>(String key, [T? defaultValue]) → T
inherited
getAll() Map<String, dynamic>
inherited
getDouble(String key, [double defaultValue = -1]) double
inherited
getInt(String key, [int defaultValue = -1]) int
inherited
getString(String key, [String defaultValue = ""]) String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set<T>(String key, T value) → void
inherited
setAlgorithm(FlannAlgorithm value) → void
inherited
setBool(String key, bool value) → void
inherited
setDouble(String key, double value) → void
inherited
setInt(String key, int value) → void
inherited
setString(String key, String value) → void
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited