edu.unh.sdb.lattice
Class InCoreArrayCellGroupGrid

java.lang.Object
  extended by edu.unh.sdb.lattice.CellGroupGrid
      extended by edu.unh.sdb.lattice.InCoreArrayCellGroupGrid

public class InCoreArrayCellGroupGrid
extends CellGroupGrid


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

vIndices

protected int[] vIndices

coords

protected float[] coords

data

protected float[] data

numAttributes

protected int numAttributes

fdld

protected FDLDescriptor fdld

gBounds

protected GBounds gBounds
Constructor Detail

InCoreArrayCellGroupGrid

public InCoreArrayCellGroupGrid(FDLDescriptor fdld,
                                GBounds gBounds,
                                AxisOrdering ordering,
                                int[] vIndices,
                                float[] coords,
                                float[] data,
                                int numAttributes)
Method Detail

makeCellGroups

protected void makeCellGroups()
Specified by:
makeCellGroups in class CellGroupGrid

registerCells

public void registerCells()

findEnclosingCell

public Cell findEnclosingCell(Point p)