public abstract class ARRSLeafNode extends ARRSNode
Modifier and Type | Field and Description |
---|---|
protected DataBlock |
theRegionData |
baseBounds, cellSource, nodeId, path, siblingId
Constructor and Description |
---|
ARRSLeafNode()
Constructor without argument
|
ARRSLeafNode(ISBounds bounds)
Constructor takes a single ISbounds
|
ARRSLeafNode(ISBounds bounds,
CellIndexable cellSource)
Constructor takes a ISbounds and a cell block
|
Modifier and Type | Method and Description |
---|---|
DataBlock |
getRegionData()
Get the uniform region cell data
|
protected abstract void |
setRegionData()
Set an uniform region cell data
|
copy, getBaseBounds, getCellIndexable, getID, getPath, getSibling, getSiblingID, setBaseBounds, setCellIndexable, setID, setNodePath, setSibling
protected DataBlock theRegionData
public ARRSLeafNode()
public ARRSLeafNode(ISBounds bounds)
public ARRSLeafNode(ISBounds bounds, CellIndexable cellSource)
public DataBlock getRegionData()
protected abstract void setRegionData()