edu.unh.sdb.lattice
Class UnstructuredSplitterTopology

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

public class UnstructuredSplitterTopology
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
UnstructuredSplitterTopology(java.lang.String pointInfoFDLFileName, java.lang.String vIndicesFDLFileName, UnstructuredGeometry geometry, int dimensionality)
           
 
Method Summary
 void activate()
           
 void writeCells()
           
 
Methods inherited from class edu.unh.sdb.lattice.UnstructuredTopology
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

UnstructuredSplitterTopology

public UnstructuredSplitterTopology(java.lang.String pointInfoFDLFileName,
                                    java.lang.String vIndicesFDLFileName,
                                    UnstructuredGeometry geometry,
                                    int dimensionality)
Method Detail

activate

public void activate()
Overrides:
activate in class UnstructuredTopology

writeCells

public void writeCells()