edu.unh.sdb.lattice
Class WriteableInCoreArrayCellGroup

java.lang.Object
  extended by edu.unh.sdb.lattice.CellGroup
      extended by edu.unh.sdb.lattice.WriteableInCoreArrayCellGroup

public class WriteableInCoreArrayCellGroup
extends CellGroup


Field Summary
protected  java.util.ArrayList cellList
           
 
Fields inherited from class edu.unh.sdb.lattice.CellGroup
bounds, dimensionality, numCells
 
Constructor Summary
WriteableInCoreArrayCellGroup(GBounds bounds)
           
 
Method Summary
 Cell findEnclosingCell(Point p)
           
 int getNumCells()
           
 boolean register(TriangleCell c, int cellIndex)
           
 void write(OneDDataSink ds)
           
 
Methods inherited from class edu.unh.sdb.lattice.CellGroup
dim, setNumCells, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cellList

protected java.util.ArrayList cellList
Constructor Detail

WriteableInCoreArrayCellGroup

public WriteableInCoreArrayCellGroup(GBounds bounds)
Method Detail

register

public boolean register(TriangleCell c,
                        int cellIndex)

findEnclosingCell

public Cell findEnclosingCell(Point p)
Specified by:
findEnclosingCell in class CellGroup

getNumCells

public final int getNumCells()
Overrides:
getNumCells in class CellGroup

write

public void write(OneDDataSink ds)