| Package | Description |
|---|---|
| fiftyone.mobile.detection.entities |
| Modifier and Type | Field and Description |
|---|---|
private NodeIndex[] |
Node.children
A list of all the child node indexes.
|
| Modifier and Type | Method and Description |
|---|---|
private static NodeIndex[] |
Node.readNodeIndexes(Dataset dataSet,
BinaryReader reader,
int offset,
short count)
Used by the constructor to read the variable length list of child node
indexes associated with the node.
|
| Modifier and Type | Method and Description |
|---|---|
int |
NodeIndex.compareTo(NodeIndex other)
Compares this node index to another.
|