public class WriteableInCoreArrayCellGroup extends CellGroup
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<java.lang.Integer> |
cellList |
bounds, dimensionality, numCells
Constructor and Description |
---|
WriteableInCoreArrayCellGroup(GBounds bounds) |
Modifier and Type | Method and Description |
---|---|
Cell |
findEnclosingCell(Point p) |
int |
getNumCells() |
boolean |
register(TriangleCell c,
int cellIndex) |
void |
write(OneDDataSink ds) |
dim, setNumCells, toString, toString
public WriteableInCoreArrayCellGroup(GBounds bounds)
public boolean register(TriangleCell c, int cellIndex)
public Cell findEnclosingCell(Point p)
findEnclosingCell
in class CellGroup
public final int getNumCells()
getNumCells
in class CellGroup
public void write(OneDDataSink ds)