public class InCoreArrayCellGroupGrid extends CellGroupGrid
Modifier and Type | Field and Description |
---|---|
protected float[] |
coords |
protected float[] |
data |
protected FDLDescriptor |
fdld |
protected GBounds |
gBounds |
protected int |
numAttributes |
protected int[] |
vIndices |
axisWeights, dimensionality, groups, ordering, partitioning
Constructor and Description |
---|
InCoreArrayCellGroupGrid(FDLDescriptor fdld,
GBounds gBounds,
AxisOrdering ordering,
int[] vIndices,
float[] coords,
float[] data,
int numAttributes) |
Modifier and Type | Method and Description |
---|---|
Cell |
findEnclosingCell(Point p) |
protected void |
makeCellGroups() |
void |
registerCells() |
computeOffset2, dim, findEnclosingCell, getGridISBounds, mapToCellGroup, toString, toString
protected int[] vIndices
protected float[] coords
protected float[] data
protected int numAttributes
protected FDLDescriptor fdld
protected GBounds gBounds
public InCoreArrayCellGroupGrid(FDLDescriptor fdld, GBounds gBounds, AxisOrdering ordering, int[] vIndices, float[] coords, float[] data, int numAttributes)
protected void makeCellGroups()
makeCellGroups
in class CellGroupGrid
public void registerCells()