edu.unh.sdb.lattice
Class CellGroup
java.lang.Object
edu.unh.sdb.lattice.CellGroup
- Direct Known Subclasses:
- FileCellGroup, InCoreArrayCellGroup, WriteableInCoreArrayCellGroup
public abstract class CellGroup
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
bounds
protected GBounds bounds
dimensionality
protected int dimensionality
numCells
protected int numCells
CellGroup
public CellGroup(GBounds bounds)
dim
public int dim()
findEnclosingCell
public abstract Cell findEnclosingCell(Point p)
getNumCells
public int getNumCells()
setNumCells
protected void setNumCells(int numCells)
toString
public java.lang.String toString()
- Return a String representing the object.
- Overrides:
toString
in class java.lang.Object
toString
public java.lang.String toString(java.lang.String indent)
- Return a String representing the object indented by the argument string.