edu.unh.sdb.lattice
Class UnstructuredCell
java.lang.Object
edu.unh.sdb.lattice.Cell
edu.unh.sdb.lattice.UnstructuredCell
- Direct Known Subclasses:
- TriangleCell
public abstract class UnstructuredCell
- extends Cell
Constructor Summary |
protected |
UnstructuredCell()
|
|
UnstructuredCell(DataSource vIndicesDS,
DataSource coordsDS,
RecordSpec vIndicesRS,
RecordSpec coordsRS,
RecordSpec dataRS,
int dimensionality,
int numVertices,
IndexSpaceID cellID)
|
|
UnstructuredCell(int numAttributes,
int dimensionality,
int numVertices)
|
|
UnstructuredCell(Point[] coords,
Datum[] data)
|
Methods inherited from class edu.unh.sdb.lattice.Cell |
datum, dim, getData, getNumVertices, getVertexCoords, intersects, setData, setDimensionality, setVertexCoords, toString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnstructuredCell
protected UnstructuredCell()
UnstructuredCell
public UnstructuredCell(Point[] coords,
Datum[] data)
UnstructuredCell
public UnstructuredCell(int numAttributes,
int dimensionality,
int numVertices)
UnstructuredCell
public UnstructuredCell(DataSource vIndicesDS,
DataSource coordsDS,
RecordSpec vIndicesRS,
RecordSpec coordsRS,
RecordSpec dataRS,
int dimensionality,
int numVertices,
IndexSpaceID cellID)
assign
public void assign(Indexable vIndicesDS,
Indexable coordsDS,
RecordSpec vIndicesRS,
RecordSpec coordsRS,
RecordSpec dataRS,
int dimensionality,
int numVertices,
IndexSpaceID cellID)