edu.unh.sdb.lattice
Class CellGroup

java.lang.Object
  extended by edu.unh.sdb.lattice.CellGroup
Direct Known Subclasses:
FileCellGroup, InCoreArrayCellGroup, WriteableInCoreArrayCellGroup

public abstract class CellGroup
extends java.lang.Object


Field Summary
protected  GBounds bounds
           
protected  int dimensionality
           
protected  int numCells
           
 
Constructor Summary
CellGroup(GBounds bounds)
           
 
Method Summary
 int dim()
           
abstract  Cell findEnclosingCell(Point p)
           
 int getNumCells()
           
protected  void setNumCells(int numCells)
           
 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

bounds

protected GBounds bounds

dimensionality

protected int dimensionality

numCells

protected int numCells
Constructor Detail

CellGroup

public CellGroup(GBounds bounds)
Method Detail

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.