public abstract class CellGroup
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected GBounds |
bounds |
protected int |
dimensionality |
protected int |
numCells |
Modifier and Type | Method and Description |
---|---|
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.
|
protected GBounds bounds
protected int dimensionality
protected int numCells
public CellGroup(GBounds bounds)
public int dim()
public int getNumCells()
protected void setNumCells(int numCells)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(java.lang.String indent)