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, toStringpublic WriteableInCoreArrayCellGroup(GBounds bounds)
public boolean register(TriangleCell c, int cellIndex)
public Cell findEnclosingCell(Point p)
findEnclosingCell in class CellGrouppublic final int getNumCells()
getNumCells in class CellGrouppublic void write(OneDDataSink ds)