public class ARRSCellID extends RectilinearCellID
| Constructor and Description |
|---|
ARRSCellID()
Consturctor without arguments
|
ARRSCellID(IndexSpaceID p)
Consturctor takes the specified IndexSpaceID in a cell space
|
ARRSCellID(IndexSpaceID p,
int[] path)
Consturction takes the specified IndexSpaceID in a cell space
and the specified path in a ARRS tree.
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
getPath()
Get the path of a cell in a ARRS tree
|
void |
setPath(int[] path)
Set the path of a cell in a ARRS tree
|
java.lang.String |
toString(java.lang.String indent)
Return a String representing the object indented by the argument string.
|
getPosition, getPosition, toStringpublic ARRSCellID()
public ARRSCellID(IndexSpaceID p)
public ARRSCellID(IndexSpaceID p, int[] path)