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)
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)
gdcm::BoxRegion::BoxRegion |
( |
| ) |
|
gdcm::BoxRegion::~BoxRegion |
( |
| ) |
|
gdcm::BoxRegion::BoxRegion |
( |
const BoxRegion & |
| ) |
|
size_t gdcm::BoxRegion::Area |
( |
| ) |
const |
|
virtual |
Helper class to compute the bounding box of two BoxRegion.
Region* gdcm::BoxRegion::Clone |
( |
| ) |
const |
|
virtual |
BoxRegion gdcm::BoxRegion::ComputeBoundingBox |
( |
| ) |
|
|
virtual |
Return the Axis-Aligned minimum bounding box for all regions.
Implements gdcm::Region.
bool gdcm::BoxRegion::Empty |
( |
| ) |
const |
|
virtual |
return whether this domain is empty:
Implements gdcm::Region.
unsigned int gdcm::BoxRegion::GetXMax |
( |
| ) |
const |
unsigned int gdcm::BoxRegion::GetXMin |
( |
| ) |
const |
unsigned int gdcm::BoxRegion::GetYMax |
( |
| ) |
const |
unsigned int gdcm::BoxRegion::GetYMin |
( |
| ) |
const |
unsigned int gdcm::BoxRegion::GetZMax |
( |
| ) |
const |
unsigned int gdcm::BoxRegion::GetZMin |
( |
| ) |
const |
bool gdcm::BoxRegion::IsValid |
( |
| ) |
const |
|
virtual |
return whether this is valid domain
Implements gdcm::Region.
void gdcm::BoxRegion::operator= |
( |
const BoxRegion & |
| ) |
|
void gdcm::BoxRegion::Print |
( |
std::ostream & |
os = std::cout | ) |
const |
|
virtual |
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: