FlannAlgorithm enum
Values
- FLANN_INDEX_LINEAR → const FlannAlgorithm
-
const FlannAlgorithm(0)
- FLANN_INDEX_KDTREE → const FlannAlgorithm
-
const FlannAlgorithm(1)
- FLANN_INDEX_KMEANS → const FlannAlgorithm
-
const FlannAlgorithm(2)
- FLANN_INDEX_COMPOSITE → const FlannAlgorithm
-
const FlannAlgorithm(3)
- FLANN_INDEX_KDTREE_SINGLE → const FlannAlgorithm
-
const FlannAlgorithm(4)
- FLANN_INDEX_HIERARCHICAL → const FlannAlgorithm
-
const FlannAlgorithm(5)
- FLANN_INDEX_LSH → const FlannAlgorithm
-
const FlannAlgorithm(6)
- FLANN_INDEX_SAVED → const FlannAlgorithm
-
const FlannAlgorithm(254)
- FLANN_INDEX_AUTOTUNED → const FlannAlgorithm
-
const FlannAlgorithm(255)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromValue(
int value) → FlannAlgorithm
Constants
-
values
→ const List<
FlannAlgorithm> - A constant List of the values in this enum, in order of their declaration.