public class ARRSClippedCopyLeafNode extends ARRSCopyLeafNode
theRegionDatabaseBounds, cellSource, nodeId, path, siblingId| Constructor and Description |
|---|
ARRSClippedCopyLeafNode()
Constructor without argument
|
ARRSClippedCopyLeafNode(ARRSClippedCopyLeafNode src)
Copy constructor with subbounds
|
ARRSClippedCopyLeafNode(ARRSCopyLeafNode src)
Copy constructor
|
ARRSClippedCopyLeafNode(ISBounds bounds)
Constructor takes a single ISbounds
|
ARRSClippedCopyLeafNode(ISBounds bounds,
CellIndexable cblock)
Constructor takes a ISbounds and a cell block
|
| Modifier and Type | Method and Description |
|---|---|
ARRSNode |
copy()
copy method creates references to all components, not copies.
|
ISBounds |
getSubBounds()
Get a subbounds
|
void |
setSubBounds(ISBounds subbounds)
Set a subbounds
|
getIndexBlock, getIndexBlockBounds, setIndexBlock, setIndexBlockBounds, setRegionDatagetRegionDatagetBaseBounds, getCellIndexable, getID, getPath, getSibling, getSiblingID, setBaseBounds, setCellIndexable, setID, setNodePath, setSiblingpublic ARRSClippedCopyLeafNode()
public ARRSClippedCopyLeafNode(ISBounds bounds)
public ARRSClippedCopyLeafNode(ISBounds bounds, CellIndexable cblock)
public ARRSClippedCopyLeafNode(ARRSCopyLeafNode src)
public ARRSClippedCopyLeafNode(ARRSClippedCopyLeafNode src)
public ARRSNode copy()
copy in class ARRSCopyLeafNodepublic void setSubBounds(ISBounds subbounds)
public ISBounds getSubBounds()