edu.unh.sdb.lattice
Class Borrowed2DTriangleCell
java.lang.Object
edu.unh.sdb.lattice.Cell
edu.unh.sdb.lattice.UnstructuredCell
edu.unh.sdb.lattice.TriangleCell
edu.unh.sdb.lattice.Borrowed2DTriangleCell
public class Borrowed2DTriangleCell
- extends TriangleCell
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ownerCell
protected CellID ownerCell
Borrowed2DTriangleCell
public Borrowed2DTriangleCell(DataSource vIndicesDS,
DataSource vertexInfoDS,
RecordSpec vIndicesRS,
RecordSpec coordsRS,
RecordSpec dataRS,
RecordSpec cellIDRS,
IndexSpaceID cellIndex)
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