public class WriteableInCoreArrayCellGroupGrid extends CellGroupGrid
Modifier and Type | Field and Description |
---|---|
protected int |
lastIndex |
protected int |
numCells |
axisWeights, dimensionality, groups, ordering, partitioning
Constructor and Description |
---|
WriteableInCoreArrayCellGroupGrid(Partitioning partitioning,
AxisOrdering ordering) |
Modifier and Type | Method and Description |
---|---|
Cell |
findEnclosingCell(Point p) |
int |
getNumCells() |
protected void |
makeCellGroups() |
void |
register(TriangleCell c,
int cellIndex) |
int |
write(java.lang.String baseFileName) |
void |
writeFDLFile(java.lang.String baseFileName) |
computeOffset2, dim, findEnclosingCell, getGridISBounds, mapToCellGroup, toString, toString
public WriteableInCoreArrayCellGroupGrid(Partitioning partitioning, AxisOrdering ordering)
protected void makeCellGroups()
makeCellGroups
in class CellGroupGrid
public int write(java.lang.String baseFileName)
public void writeFDLFile(java.lang.String baseFileName)
public void register(TriangleCell c, int cellIndex)
public int getNumCells()