| Package | Description |
|---|---|
| fiftyone.mobile.detection.entities | |
| fiftyone.mobile.detection.factories |
| Modifier and Type | Field and Description |
|---|---|
protected NodeIndex[] |
Node.children
A list of all the child node indexes.
|
| Modifier and Type | Method and Description |
|---|---|
int |
NodeIndex.compareTo(NodeIndex other)
Compares this node index to another.
|
| Modifier and Type | Method and Description |
|---|---|
static NodeIndex[] |
NodeFactoryShared.readNodeIndexesV31(Dataset dataSet,
BinaryReader reader,
int offset,
int count)
Used by the constructor to read the variable length list of child
node indexes associated with the node in V3.1 format.
|
static NodeIndex[] |
NodeFactoryShared.readNodeIndexesV32(Dataset dataSet,
BinaryReader reader,
int offset,
int count)
Used by the constructor to read the variable length list of child
node indexes associated with the node in V3.2 format.
|
Copyright © 2017 51Degrees. All rights reserved.