edu.unh.sdb.lattice
Class UnstructuredGeometry

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

public class UnstructuredGeometry
extends Geometry


Field Summary
protected  ISBounds topoBounds
           
 
Fields inherited from class edu.unh.sdb.lattice.Geometry
bounds, dimensionality, isCellGeometry, partition
 
Constructor Summary
UnstructuredGeometry(ISBounds topoBounds, GBounds bounds)
           
UnstructuredGeometry(ISBounds topoBounds, GBounds bounds, AxisOrdering ordering)
           
 
Method Summary
 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.Geometry
dim, getBounds, getPartitioning, isCellGeometry, map
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

topoBounds

protected ISBounds topoBounds
Constructor Detail

UnstructuredGeometry

public UnstructuredGeometry(ISBounds topoBounds,
                            GBounds bounds)

UnstructuredGeometry

public UnstructuredGeometry(ISBounds topoBounds,
                            GBounds bounds,
                            AxisOrdering ordering)
Method Detail

toString

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

Overrides:
toString in class Geometry

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 Geometry