edu.unh.sdb.lattice
Class Borrowed2DTriangleCell

java.lang.Object
  extended by edu.unh.sdb.lattice.Cell
      extended by edu.unh.sdb.lattice.UnstructuredCell
          extended by edu.unh.sdb.lattice.TriangleCell
              extended by edu.unh.sdb.lattice.Borrowed2DTriangleCell

public class Borrowed2DTriangleCell
extends TriangleCell


Field Summary
protected  CellID ownerCell
           
 
Fields inherited from class edu.unh.sdb.lattice.Cell
coords, data, dimensionality, numVertices
 
Constructor Summary
Borrowed2DTriangleCell(DataSource vIndicesDS, DataSource vertexInfoDS, RecordSpec vIndicesRS, RecordSpec coordsRS, RecordSpec dataRS, RecordSpec cellIDRS, IndexSpaceID cellIndex)
           
 
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.TriangleCell
assign, boundingBox, boundingBox, containedBy, inside, inside, inside, intersects, intersects, intersects, main
 
Methods inherited from class edu.unh.sdb.lattice.UnstructuredCell
assign
 
Methods inherited from class edu.unh.sdb.lattice.Cell
datum, dim, getData, getNumVertices, getVertexCoords, setData, setDimensionality, setVertexCoords
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ownerCell

protected CellID ownerCell
Constructor Detail

Borrowed2DTriangleCell

public Borrowed2DTriangleCell(DataSource vIndicesDS,
                              DataSource vertexInfoDS,
                              RecordSpec vIndicesRS,
                              RecordSpec coordsRS,
                              RecordSpec dataRS,
                              RecordSpec cellIDRS,
                              IndexSpaceID cellIndex)
Method Detail

toString

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

Overrides:
toString in class TriangleCell

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 TriangleCell