| Package | Description |
|---|---|
| fiftyone.mobile.detection.entities |
| Modifier and Type | Field and Description |
|---|---|
private NodeNumericIndex[] |
Node.NodeNumericIndexIterator.array |
private NodeNumericIndex[] |
Node.numericChildren
An array of all the numeric children.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) NodeNumericIndex |
Node.NodeNumericIndexIterator.next() |
private static NodeNumericIndex[] |
Node.readNodeNumericIndexes(Dataset dataSet,
BinaryReader reader,
short count)
Used by the constructor to read the variable length list of child node
numeric indexes associated with the node.
|
| Constructor and Description |
|---|
NodeNumericIndexIterator(Range range,
NodeNumericIndex[] array,
int target,
int startIndex) |