FlannIndexParams class
Constructors
- FlannIndexParams.empty()
-
factory
-
FlannIndexParams.fromMap(Map<
String, dynamic> map) -
factory
- FlannIndexParams.fromPointer(FlannIndexParamsPtr ptr, [bool attach = true])
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDisposed → bool
-
Whether this object has been disposed.
no setterinherited
-
props
→ List<
Object?> -
no setterinherited
-
ptr
↔ Pointer<
FlannIndexParams> -
getter/setter pairinherited
- ref → FlannIndexParams
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → void -
Releases the underlying native resources. Idempotent: calling it more
than once is safe, but the object must not be used after dispose.
inherited
-
freeNative(
) → void -
Frees the native resources owned by this object. Subclasses implement the
concrete free logic here; callers must use dispose instead.
override
-
get<
T> (String key, [T? defaultValue]) → T -
getAll(
) → Map< String, dynamic> -
getDouble(
String key, [double defaultValue = -1]) → double -
getInt(
String key, [int defaultValue = -1]) → int -
getString(
String key, [String defaultValue = ""]) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set<
T> (String key, T value) → void -
setAlgorithm(
FlannAlgorithm value) → void -
setBool(
String key, bool value) → void -
setDouble(
String key, double value) → void -
setInt(
String key, int value) → void -
setString(
String key, String value) → void -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- finalizer → NativeFinalizer
-
final