public class ImmutablePoint extends ImmutableNode
HEADER_NUM_BYTES| Constructor and Description |
|---|
ImmutablePoint(ImmutableNode node) |
ImmutablePoint(int numDims,
int initialOffset,
int offsetFromInitial,
ByteBuffer data) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ImmutableNode> |
getChildren() |
float[] |
getCoords() |
getData, getImmutableConciseSet, getInitialOffset, getMaxCoordinates, getMinCoordinates, getNumChildren, getNumDims, getOffsetFromInitial, isLeafpublic ImmutablePoint(int numDims,
int initialOffset,
int offsetFromInitial,
ByteBuffer data)
public ImmutablePoint(ImmutableNode node)
public float[] getCoords()
public Iterable<ImmutableNode> getChildren()
getChildren in class ImmutableNodeCopyright © 2014. All rights reserved.