public abstract class UnstructuredCell extends Cell
coords, data, dimensionality, numVertices| Modifier | Constructor and Description | 
|---|---|
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
assign(Indexable vIndicesDS,
      Indexable coordsDS,
      RecordSpec vIndicesRS,
      RecordSpec coordsRS,
      RecordSpec dataRS,
      int dimensionality,
      int numVertices,
      IndexSpaceID cellID)  | 
datum, dim, getData, getNumVertices, getVertexCoords, intersects, setData, setDimensionality, setVertexCoords, toString, toStringprotected UnstructuredCell()
public UnstructuredCell(int numAttributes,
                int dimensionality,
                int numVertices)
public UnstructuredCell(DataSource vIndicesDS, DataSource coordsDS, RecordSpec vIndicesRS, RecordSpec coordsRS, RecordSpec dataRS, int dimensionality, int numVertices, IndexSpaceID cellID)
public void assign(Indexable vIndicesDS, Indexable coordsDS, RecordSpec vIndicesRS, RecordSpec coordsRS, RecordSpec dataRS, int dimensionality, int numVertices, IndexSpaceID cellID)