Modifier and Type | Field and Description |
---|---|
protected ISBounds |
baseBounds |
cellID, data, dimensionality, vertices
Constructor and Description |
---|
RectilinearCell()
Constructor without arguments
|
RectilinearCell(CellID cellid)
Constructor takes a single CellID
|
RectilinearCell(CellID cellid,
int dim)
Constructor takes the specified CellID and the dimensionality
|
RectilinearCell(CellID cellid,
ISBounds bounds)
Constructor takes the specified CellID and the base bounds
|
Modifier and Type | Method and Description |
---|---|
ISBounds |
getBaseBounds()
Get the base bounds of a cell
|
void |
setBaseBounds(ISBounds bounds)
Set the base bounds of a cell
|
dim, getCellID, getData, getDimensionality, getVertices, setCellData, setCellDim, setCellID, setCellVertices, toString, toString
protected ISBounds baseBounds
public RectilinearCell()
public RectilinearCell(CellID cellid)
public RectilinearCell(CellID cellid, int dim)