edu.unh.sdb.lattice
Class RegularCellGeometry

java.lang.Object
  extended by edu.unh.sdb.lattice.Geometry
      extended by edu.unh.sdb.lattice.RegularCellGeometry

public class RegularCellGeometry
extends Geometry


Field Summary
 
Fields inherited from class edu.unh.sdb.lattice.Geometry
bounds, dimensionality, isCellGeometry, partition
 
Constructor Summary
RegularCellGeometry(GBounds bounds, RegularPartitioning partition)
           
RegularCellGeometry(ISBounds topoBounds, GBounds bounds)
           
 
Method Summary
 
Methods inherited from class edu.unh.sdb.lattice.Geometry
dim, getBounds, getPartitioning, isCellGeometry, map, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegularCellGeometry

public RegularCellGeometry(ISBounds topoBounds,
                           GBounds bounds)

RegularCellGeometry

public RegularCellGeometry(GBounds bounds,
                           RegularPartitioning partition)