|
GDCM 3.0.24
|
Class for manipulation region. More...
#include <gdcmRegion.h>
Public Member Functions | |
| Region () | |
| virtual | ~Region () |
| virtual size_t | Area () const =0 |
| compute the area | |
| virtual Region * | Clone () const =0 |
| virtual BoxRegion | ComputeBoundingBox ()=0 |
| Return the Axis-Aligned minimum bounding box for all regions. | |
| virtual bool | Empty () const =0 |
| return whether this domain is empty: | |
| virtual bool | IsValid () const =0 |
| return whether this is valid domain | |
| virtual void | Print (std::ostream &os=std::cout) const |
| Print. | |
Class for manipulation region.
| gdcm::Region::Region | ( | ) |
|
virtual |
|
pure virtual |
compute the area
Implemented in gdcm::BoxRegion.
|
pure virtual |
Implemented in gdcm::BoxRegion.
|
pure virtual |
Return the Axis-Aligned minimum bounding box for all regions.
Implemented in gdcm::BoxRegion.
|
pure virtual |
return whether this domain is empty:
Implemented in gdcm::BoxRegion.
|
pure virtual |
return whether this is valid domain
Implemented in gdcm::BoxRegion.
|
virtual |