|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unh.sdb.lattice.Topology
edu.unh.sdb.lattice.UnstructuredTopology
public abstract class UnstructuredTopology
Field Summary | |
---|---|
protected Geometry |
geometry
|
protected CellGroupGrid |
groupGrid
|
protected Partitioning |
partitioning
|
protected ISBounds |
pointListBounds
|
protected DataSource |
thePoints
|
protected DataSource |
theTriangles
|
protected ISBounds |
triListBounds
|
Fields inherited from class edu.unh.sdb.lattice.Topology |
---|
dimensionality |
Constructor Summary | |
---|---|
UnstructuredTopology(java.lang.String pointInfoFDLFileName,
java.lang.String vIndicesFDLFileName,
UnstructuredGeometry geometry,
int dimensionality)
|
Method Summary | |
---|---|
void |
activate()
|
static java.lang.String |
basePointInfoFileName(java.lang.String pointInfoFDLFileName)
|
static java.lang.String |
baseVIndicesFileName(java.lang.String vIndicesFDLFileName)
|
Datum |
datum(IndexSpaceID id)
return a datum corresponding to the IndexSpaceID argument. |
Cell |
findEnclosingCell(IndexSpaceID id,
Point p)
|
ISBounds |
getBounds()
Returns the bounds of the 1D pointlist. |
CellGroupGrid |
getCellGroupGrid()
This is public for debugging purposes only. |
RecordDescriptor |
getRecordDescriptor()
Return a RecordDescriptor for datums returned by this topology. |
DataSource |
getTriangleDS()
|
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.Topology |
---|
dim |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected DataSource thePoints
protected DataSource theTriangles
protected ISBounds pointListBounds
protected ISBounds triListBounds
protected CellGroupGrid groupGrid
protected Partitioning partitioning
protected Geometry geometry
Constructor Detail |
---|
public UnstructuredTopology(java.lang.String pointInfoFDLFileName, java.lang.String vIndicesFDLFileName, UnstructuredGeometry geometry, int dimensionality)
Method Detail |
---|
public static java.lang.String basePointInfoFileName(java.lang.String pointInfoFDLFileName)
public static java.lang.String baseVIndicesFileName(java.lang.String vIndicesFDLFileName)
public void activate()
activate
in class Topology
public Cell findEnclosingCell(IndexSpaceID id, Point p)
findEnclosingCell
in class Topology
public CellGroupGrid getCellGroupGrid()
public DataSource getTriangleDS()
public Datum datum(IndexSpaceID id)
datum
in class Topology
public ISBounds getBounds()
getBounds
in class Topology
public RecordDescriptor getRecordDescriptor()
getRecordDescriptor
in class Topology
public java.lang.String toString()
toString
in class Topology
public java.lang.String toString(java.lang.String indent)
toString
in class Topology
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |