public class ARRSClippedCopyLeafNode extends ARRSCopyLeafNode
theRegionData
baseBounds, 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, setRegionData
getRegionData
getBaseBounds, getCellIndexable, getID, getPath, getSibling, getSiblingID, setBaseBounds, setCellIndexable, setID, setNodePath, setSibling
public 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 ARRSCopyLeafNode
public void setSubBounds(ISBounds subbounds)
public ISBounds getSubBounds()