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()  | 
dataFileNamecomputeOffset2, dim, getGridISBounds, mapToCellGrouppublic 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 CellGroupGridpublic Cell findEnclosingCell(IndexSpaceID id, Point p)
findEnclosingCell in class CellGroupGridprotected CellGroup getGroup(IndexSpaceID id)
public void writeCells()
writeCells in class FileCellGroupGridpublic java.lang.String toString()
toString in class CellGroupGridpublic java.lang.String toString(java.lang.String indent)
toString in class CellGroupGrid