edu.unh.sdb.lattice
Class FileCellGroupGrid

java.lang.Object
  extended by edu.unh.sdb.lattice.CellGroupGrid
      extended by edu.unh.sdb.lattice.FileCellGroupGrid
Direct Known Subclasses:
FileSplitterCellGroupGrid, SplitCellGroupGrid

public abstract class FileCellGroupGrid
extends CellGroupGrid


Field Summary
 
Fields inherited from class edu.unh.sdb.lattice.CellGroupGrid
axisWeights, dimensionality, groups, ordering, partitioning
 
Constructor Summary
FileCellGroupGrid(Partitioning partitioning, AxisOrdering ordering, java.lang.String baseFileName)
           
 
Method Summary
protected static java.lang.String dataFileName(java.lang.String baseFileName, IndexSpaceID id)
           
 void writeCells()
           
 
Methods inherited from class edu.unh.sdb.lattice.CellGroupGrid
computeOffset2, dim, findEnclosingCell, getGridISBounds, makeCellGroups, mapToCellGroup, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileCellGroupGrid

public FileCellGroupGrid(Partitioning partitioning,
                         AxisOrdering ordering,
                         java.lang.String baseFileName)
Method Detail

writeCells

public void writeCells()

dataFileName

protected static java.lang.String dataFileName(java.lang.String baseFileName,
                                               IndexSpaceID id)