Package | Description |
---|---|
plugins.kernel.roi.roi3d |
Contains all 3D ROI classes included in the kernel
|
Modifier and Type | Class and Description |
---|---|
class |
ROI3DArea
3D Area ROI.
|
class |
ROI3DStackEllipse
Class defining a 3D Ellipse ROI as a stack of individual 2D Ellipse ROI.
|
class |
ROI3DStackPolygon
Class defining a 3D Stack Polygon ROI as a stack of individual 2D Polygon ROI.
|
class |
ROI3DStackRectangle
Class defining a 3D Rectangle ROI as a stack of individual 2D Rectangle ROI.
|
class |
ROI3DStackShape
Base class defining a generic 3D Shape ROI as a stack of individual 2D Shape ROI.
|
Modifier and Type | Method and Description |
---|---|
void |
ROI3DStack.add(ROI3DStack<R> roi)
Add the specified
ROI3DStack content to this ROI3DStack |
void |
ROI3DStack.exclusiveAdd(ROI3DStack<R> roi)
Exclusively add the specified
ROI3DStack content to this ROI3DStack |
void |
ROI3DStack.intersect(ROI3DStack<R> roi)
Process intersection of the specified
ROI3DStack with this ROI3DStack. |
void |
ROI3DStack.subtract(ROI3DStack<R> roi)
Remove the specified
ROI3DStack from this ROI3DStack |