33 #include "dcmtk/config/osconfig.h" 34 #include "dcmtk/dcmpstat/dvpstyp.h" 35 #include "dcmtk/ofstd/ofstring.h" 36 #include "dcmtk/dcmdata/dctk.h" a class representing a list of DICOM elements in which each element has a different tag and elements ...
DVPSVOILUT & operator=(const DVPSVOILUT &)
private undefined assignment operator
DVPSVOILUT()
default constructor
OFCondition read(DcmItem &dset)
reads a VOI LUT from a DICOM dataset.
const char * getExplanation()
gets the LUT explanation for this VOI LUT.
a class representing the DICOM value representation 'Long String' (LO)
void clear()
resets the object to initial state.
DVPSVOILUT * clone()
clone method.
DcmLongString voiLUTExplanation
Module=VOI_LUT, VR=LO, VM=1, Type 3.
OFCondition assign(DVPSSoftcopyVOI &voi)
assigns the contents of this VOI LUT to the references passed as parameters.
a class representing the DICOM value representation 'Unsigned Short' (US)
the representation of one item of the Softcopy VOI LUT Sequence
DcmUnsignedShort voiLUTData
Module=VOI_LUT, VR=xs, VM=1-n, Type 1c.
DcmUnsignedShort voiLUTDescriptor
Module=VOI_LUT, VR=xs, VM=3, Type 1c.
the representation of one VOI LUT in a DICOM image.
virtual ~DVPSVOILUT()
destructor
General purpose class for condition codes.