33 #include "dcmtk/config/osconfig.h"
34 #include "dcmtk/ofstd/ofstring.h"
35 #include "dcmtk/dcmdata/dcerror.h"
102 OFString windowCenterWidthExplanation;
a class representing the DICOM value representation 'Decimal String' (DS)
DVPSVOIWindow()
default constructor
double getWindowWidth()
gets the Window Width of this VOI Window.
DVPSVOIWindow & operator=(const DVPSVOIWindow &)
private undefined assignment operator
const char * getExplanation()
gets the Window center/width explanation for this VOI Window.
virtual ~DVPSVOIWindow()
destructor
void clear()
reset the object to initial state.
a class representing the DICOM value representation 'Long String' (LO)
double getWindowCenter()
gets the Window Center of this VOI Window.
DVPSVOIWindow * clone()
clone method.
a simple string class that implements a subset of std::string.
the representation of one VOI Window in a DICOM image.
OFCondition read(size_t idx, DcmDecimalString &wcenter, DcmDecimalString &wwidth, DcmLongString *expl=NULL)
reads a VOI Window from DICOM elements.
General purpose class for condition codes.