14 #ifndef GDCMBOXREGION_H
15 #define GDCMBOXREGION_H
21 class BoxRegionInternals;
37 void SetDomain(
unsigned int xmin,
unsigned int xmax,
38 unsigned int ymin,
unsigned int ymax,
39 unsigned int zmin,
unsigned int zmax);
42 unsigned int GetXMin()
const;
43 unsigned int GetXMax()
const;
44 unsigned int GetYMin()
const;
45 unsigned int GetYMax()
const;
46 unsigned int GetZMin()
const;
47 unsigned int GetZMax()
const;
56 void Print(std::ostream &os = std::cout)
const;
65 BoxRegionInternals *Internals;
#define GDCM_EXPORT
Definition: gdcmWin32.h:34
Class for manipulation box region This is a very simple implementation of the Region class...
Definition: gdcmBoxRegion.h:30
Definition: gdcmASN1.h:20
Class for manipulation region.
Definition: gdcmRegion.h:28