edu.unh.sdb.lattice
Class PartitionedSplitCellGroupGrid

java.lang.Object
  extended by edu.unh.sdb.lattice.CellGroupGrid
      extended by edu.unh.sdb.lattice.FileCellGroupGrid
          extended by edu.unh.sdb.lattice.SplitCellGroupGrid
              extended by edu.unh.sdb.lattice.PartitionedSplitCellGroupGrid

public class PartitionedSplitCellGroupGrid
extends SplitCellGroupGrid


Field Summary
 
Fields inherited from class edu.unh.sdb.lattice.CellGroupGrid
axisWeights, dimensionality, groups, ordering, partitioning
 
Constructor Summary
PartitionedSplitCellGroupGrid(Partitioning partitioning, AxisOrdering ordering, java.lang.String basePointInfoFileName, java.lang.String baseVIndicesFileName, RecordSpec vIndicesRS, RecordSpec pointRS, RecordSpec dataRS)
           
 
Method Summary
protected  void makeCellGroups()
           
 java.lang.String toString()
          Return a String representing the object.
 java.lang.String toString(java.lang.String indent)
          Return a String representing the object indented by the argument string.
 
Methods inherited from class edu.unh.sdb.lattice.SplitCellGroupGrid
findEnclosingCell, getGroup, writeCells
 
Methods inherited from class edu.unh.sdb.lattice.FileCellGroupGrid
dataFileName
 
Methods inherited from class edu.unh.sdb.lattice.CellGroupGrid
computeOffset2, dim, getGridISBounds, mapToCellGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PartitionedSplitCellGroupGrid

public PartitionedSplitCellGroupGrid(Partitioning partitioning,
                                     AxisOrdering ordering,
                                     java.lang.String basePointInfoFileName,
                                     java.lang.String baseVIndicesFileName,
                                     RecordSpec vIndicesRS,
                                     RecordSpec pointRS,
                                     RecordSpec dataRS)
Method Detail

makeCellGroups

protected void makeCellGroups()
Overrides:
makeCellGroups in class SplitCellGroupGrid

toString

public java.lang.String toString()
Return a String representing the object.

Overrides:
toString in class SplitCellGroupGrid

toString

public java.lang.String toString(java.lang.String indent)
Return a String representing the object indented by the argument string.

Overrides:
toString in class SplitCellGroupGrid