edu.unh.sdb.lattice
Class RegularPointGeometry

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

public class RegularPointGeometry
extends Geometry


Field Summary
 
Fields inherited from class edu.unh.sdb.lattice.Geometry
bounds, dimensionality, isCellGeometry, partition
 
Constructor Summary
RegularPointGeometry(GBounds bounds, RegularPartitioning partition)
           
RegularPointGeometry(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

RegularPointGeometry

public RegularPointGeometry(ISBounds topoBounds,
                            GBounds bounds)

RegularPointGeometry

public RegularPointGeometry(GBounds bounds,
                            RegularPartitioning partition)