FlannIndexType enum
Values
- FLANN_INDEX_TYPE_8U → const FlannIndexType
-
const FlannIndexType(0)
- FLANN_INDEX_TYPE_8S → const FlannIndexType
-
const FlannIndexType(1)
- FLANN_INDEX_TYPE_16U → const FlannIndexType
-
const FlannIndexType(2)
- FLANN_INDEX_TYPE_16S → const FlannIndexType
-
const FlannIndexType(3)
- FLANN_INDEX_TYPE_32S → const FlannIndexType
-
const FlannIndexType(4)
- FLANN_INDEX_TYPE_32F → const FlannIndexType
-
const FlannIndexType(5)
- FLANN_INDEX_TYPE_64F → const FlannIndexType
-
const FlannIndexType(6)
- FLANN_INDEX_TYPE_STRING → const FlannIndexType
-
const FlannIndexType(7)
- FLANN_INDEX_TYPE_BOOL → const FlannIndexType
-
const FlannIndexType(8)
- FLANN_INDEX_TYPE_ALGORITHM → const FlannIndexType
-
const FlannIndexType(9)
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromValue(
int value) → FlannIndexType
Constants
- LAST_VALUE_FLANN_INDEX_TYPE → const FlannIndexType
-
values
→ const List<
FlannIndexType> - A constant List of the values in this enum, in order of their declaration.