edu.unh.sdb.lattice
Class SplitUnstructuredTopology

java.lang.Object
  extended by edu.unh.sdb.lattice.Topology
      extended by edu.unh.sdb.lattice.UnstructuredTopology
          extended by edu.unh.sdb.lattice.SplitUnstructuredTopology

public class SplitUnstructuredTopology
extends UnstructuredTopology


Field Summary
 
Fields inherited from class edu.unh.sdb.lattice.UnstructuredTopology
geometry, groupGrid, partitioning, pointListBounds, thePoints, theTriangles, triListBounds
 
Fields inherited from class edu.unh.sdb.lattice.Topology
dimensionality
 
Constructor Summary
SplitUnstructuredTopology(java.lang.String pointInfoFDLFileName, java.lang.String vIndicesFDLFileName, UnstructuredGeometry geometry, int dimensionality)
           
 
Method Summary
 
Methods inherited from class edu.unh.sdb.lattice.UnstructuredTopology
activate, basePointInfoFileName, baseVIndicesFileName, datum, findEnclosingCell, getBounds, getCellGroupGrid, getRecordDescriptor, getTriangleDS, toString, toString
 
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
 

Constructor Detail

SplitUnstructuredTopology

public SplitUnstructuredTopology(java.lang.String pointInfoFDLFileName,
                                 java.lang.String vIndicesFDLFileName,
                                 UnstructuredGeometry geometry,
                                 int dimensionality)