DCMTK  Version 3.6.7
OFFIS DICOM Toolkit
Public Member Functions | Private Member Functions | Private Attributes | List of all members
DVPSVOIWindow_PList Class Reference

the list of VOI Windows contained in an image attached to a presentation state. More...

Public Member Functions

 DVPSVOIWindow_PList ()
 default constructor
 
 DVPSVOIWindow_PList (const DVPSVOIWindow_PList &copy)
 copy constructor
 
DVPSVOIWindow_PListclone ()
 clone method. More...
 
virtual ~DVPSVOIWindow_PList ()
 destructor
 
OFCondition read (DcmItem &dset)
 reads a list of VOI Windows from a DICOM dataset. More...
 
void clear ()
 reset the object to initial state. More...
 
size_t size () const
 get number of VOI Windows in this list. More...
 
DVPSVOIWindowgetVOIWindow (size_t idx)
 returns a pointer to the VOI Window with the given index or NULL if it does not exist. More...
 

Private Member Functions

DVPSVOIWindow_PListoperator= (const DVPSVOIWindow_PList &)
 private undefined assignment operator
 

Private Attributes

OFList< DVPSVOIWindow * > list_
 the list maintained by this object
 

Detailed Description

the list of VOI Windows contained in an image attached to a presentation state.

This class manages the data structures comprising the VOI Windows of one image attached to a presentation state.

Member Function Documentation

◆ clear()

void DVPSVOIWindow_PList::clear ( )

reset the object to initial state.

After this call, the object is in the same state as after creation with the default constructor.

◆ clone()

DVPSVOIWindow_PList* DVPSVOIWindow_PList::clone ( )
inline

clone method.

Returns
a pointer to a new DVPSVOIWindow_PList object containing a deep copy of this object.

◆ getVOIWindow()

DVPSVOIWindow* DVPSVOIWindow_PList::getVOIWindow ( size_t  idx)

returns a pointer to the VOI Window with the given index or NULL if it does not exist.

Parameters
idxindex, must be < size()
Returns
pointer to VOI Window or NULL

◆ read()

OFCondition DVPSVOIWindow_PList::read ( DcmItem dset)

reads a list of VOI Windows from a DICOM dataset.

The DICOM elements of the VOI Window are copied from the dataset to this object. If this method returns an error code, the object is in undefined state afterwards.

Parameters
dsetthe dataset from which the VOI Windows are to be read
Returns
EC_Normal if successful, an error code otherwise.

◆ size()

size_t DVPSVOIWindow_PList::size ( ) const
inline

get number of VOI Windows in this list.

Returns
the number of VOI Windows.

The documentation for this class was generated from the following file:


Generated on Thu Apr 28 2022 for DCMTK Version 3.6.7 by Doxygen 1.9.1