public class InCoreArrayCellGroup extends CellGroup
Modifier and Type | Field and Description |
---|---|
protected int[] |
cellIndices |
protected float[] |
coords |
protected float[] |
data |
protected int |
lastIndex |
protected int |
numAttributes |
protected int[] |
vIndices |
bounds, dimensionality, numCells
Constructor and Description |
---|
InCoreArrayCellGroup(GBounds bounds,
int[] vIndices,
float[] coords,
float[] data,
int numAttributes,
DataBlock cellIndicesBlock,
ISIterator iter) |
Modifier and Type | Method and Description |
---|---|
Cell |
findEnclosingCell(Point p) |
int |
getNumCells() |
boolean |
register(int cellIndex) |
dim, setNumCells, toString, toString
protected int[] cellIndices
protected int[] vIndices
protected float[] coords
protected float[] data
protected int numAttributes
protected int lastIndex
public InCoreArrayCellGroup(GBounds bounds, int[] vIndices, float[] coords, float[] data, int numAttributes, DataBlock cellIndicesBlock, ISIterator iter)
public boolean register(int cellIndex)
public Cell findEnclosingCell(Point p)
findEnclosingCell
in class CellGroup
public final int getNumCells()
getNumCells
in class CellGroup