Class for manipulation box region.
More...
#include <gdcmBoxRegion.h>
Class for manipulation box region.
This is a very simple implementation of the Region class. It only support 3D box type region. It assumes the 3D Box does not have a tilt Origin is as (0,0,0)
- Examples
- ExtractImageRegion.cs, and ExtractImageRegionWithLUT.cs.
◆ BoxRegion() [1/2]
| gdcm::BoxRegion::BoxRegion |
( |
| ) |
|
◆ ~BoxRegion()
| gdcm::BoxRegion::~BoxRegion |
( |
| ) |
|
|
override |
◆ BoxRegion() [2/2]
| gdcm::BoxRegion::BoxRegion |
( |
const BoxRegion & |
| ) |
|
◆ Area()
| size_t gdcm::BoxRegion::Area |
( |
| ) |
const |
|
overridevirtual |
◆ BoundingBox()
Helper class to compute the bounding box of two BoxRegion.
◆ Clone()
| Region * gdcm::BoxRegion::Clone |
( |
| ) |
const |
|
overridevirtual |
◆ ComputeBoundingBox()
| BoxRegion gdcm::BoxRegion::ComputeBoundingBox |
( |
| ) |
|
|
overridevirtual |
Return the Axis-Aligned minimum bounding box for all regions.
Implements gdcm::Region.
◆ Empty()
| bool gdcm::BoxRegion::Empty |
( |
| ) |
const |
|
overridevirtual |
return whether this domain is empty:
Implements gdcm::Region.
◆ GetXMax()
| unsigned int gdcm::BoxRegion::GetXMax |
( |
| ) |
const |
◆ GetXMin()
| unsigned int gdcm::BoxRegion::GetXMin |
( |
| ) |
const |
◆ GetYMax()
| unsigned int gdcm::BoxRegion::GetYMax |
( |
| ) |
const |
◆ GetYMin()
| unsigned int gdcm::BoxRegion::GetYMin |
( |
| ) |
const |
◆ GetZMax()
| unsigned int gdcm::BoxRegion::GetZMax |
( |
| ) |
const |
◆ GetZMin()
| unsigned int gdcm::BoxRegion::GetZMin |
( |
| ) |
const |
◆ IsValid()
| bool gdcm::BoxRegion::IsValid |
( |
| ) |
const |
|
overridevirtual |
return whether this is valid domain
Implements gdcm::Region.
◆ operator=()
| void gdcm::BoxRegion::operator= |
( |
const BoxRegion & |
| ) |
|
◆ Print()
| void gdcm::BoxRegion::Print |
( |
std::ostream & |
os = std::cout | ) |
const |
|
overridevirtual |
◆ SetDomain()
| void gdcm::BoxRegion::SetDomain |
( |
unsigned int |
xmin, |
|
|
unsigned int |
xmax, |
|
|
unsigned int |
ymin, |
|
|
unsigned int |
ymax, |
|
|
unsigned int |
zmin, |
|
|
unsigned int |
zmax |
|
) |
| |
The documentation for this class was generated from the following file: