public class SplitCellGroupGrid extends FileCellGroupGrid
axisWeights, dimensionality, groups, ordering, partitioning
Constructor and Description |
---|
SplitCellGroupGrid(Partitioning partitioning,
AxisOrdering ordering,
java.lang.String basePointInfoFileName,
java.lang.String baseVIndicesFileName,
RecordSpec vIndicesRS,
RecordSpec pointRS,
RecordSpec dataRS) |
Modifier and Type | Method and Description |
---|---|
Cell |
findEnclosingCell(IndexSpaceID id,
Point p) |
protected CellGroup |
getGroup(IndexSpaceID id) |
protected void |
makeCellGroups() |
java.lang.String |
toString()
Return a String representing the object.
|
java.lang.String |
toString(java.lang.String indent)
Return a String representing the object indented by the argument string.
|
void |
writeCells() |
dataFileName
computeOffset2, dim, getGridISBounds, mapToCellGroup
public SplitCellGroupGrid(Partitioning partitioning, AxisOrdering ordering, java.lang.String basePointInfoFileName, java.lang.String baseVIndicesFileName, RecordSpec vIndicesRS, RecordSpec pointRS, RecordSpec dataRS)
protected void makeCellGroups()
makeCellGroups
in class CellGroupGrid
public Cell findEnclosingCell(IndexSpaceID id, Point p)
findEnclosingCell
in class CellGroupGrid
protected CellGroup getGroup(IndexSpaceID id)
public void writeCells()
writeCells
in class FileCellGroupGrid
public java.lang.String toString()
toString
in class CellGroupGrid
public java.lang.String toString(java.lang.String indent)
toString
in class CellGroupGrid