|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unh.sdb.lattice.CellGroupGrid
edu.unh.sdb.lattice.InCoreArrayCellGroupGrid
public class InCoreArrayCellGroupGrid
Field Summary | |
---|---|
protected float[] |
coords
|
protected float[] |
data
|
protected FDLDescriptor |
fdld
|
protected GBounds |
gBounds
|
protected int |
numAttributes
|
protected int[] |
vIndices
|
Fields inherited from class edu.unh.sdb.lattice.CellGroupGrid |
---|
axisWeights, dimensionality, groups, ordering, partitioning |
Constructor Summary | |
---|---|
InCoreArrayCellGroupGrid(FDLDescriptor fdld,
GBounds gBounds,
AxisOrdering ordering,
int[] vIndices,
float[] coords,
float[] data,
int numAttributes)
|
Method Summary | |
---|---|
Cell |
findEnclosingCell(Point p)
|
protected void |
makeCellGroups()
|
void |
registerCells()
|
Methods inherited from class edu.unh.sdb.lattice.CellGroupGrid |
---|
computeOffset2, dim, findEnclosingCell, getGridISBounds, mapToCellGroup, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected int[] vIndices
protected float[] coords
protected float[] data
protected int numAttributes
protected FDLDescriptor fdld
protected GBounds gBounds
Constructor Detail |
---|
public InCoreArrayCellGroupGrid(FDLDescriptor fdld, GBounds gBounds, AxisOrdering ordering, int[] vIndices, float[] coords, float[] data, int numAttributes)
Method Detail |
---|
protected void makeCellGroups()
makeCellGroups
in class CellGroupGrid
public void registerCells()
public Cell findEnclosingCell(Point p)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |