edu.unh.sdb.lattice
Class UnstructuredCell

java.lang.Object
  extended by edu.unh.sdb.lattice.Cell
      extended by edu.unh.sdb.lattice.UnstructuredCell
Direct Known Subclasses:
TriangleCell

public abstract class UnstructuredCell
extends Cell


Field Summary
 
Fields inherited from class edu.unh.sdb.lattice.Cell
coords, data, dimensionality, numVertices
 
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)
           
 
Method Summary
 void assign(Indexable vIndicesDS, Indexable coordsDS, RecordSpec vIndicesRS, RecordSpec coordsRS, RecordSpec dataRS, int dimensionality, int numVertices, IndexSpaceID cellID)
           
 
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
 

Constructor Detail

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)
Method Detail

assign

public void assign(Indexable vIndicesDS,
                   Indexable coordsDS,
                   RecordSpec vIndicesRS,
                   RecordSpec coordsRS,
                   RecordSpec dataRS,
                   int dimensionality,
                   int numVertices,
                   IndexSpaceID cellID)