ml::DcmDRTROIPhysicalPropertiesSequenceInterface Class Reference

Class to provide access to DRTROIPhysicalPropertiesSequence. More...

#include <mlDcmDRTROIPhysicalPropertiesSequenceInterface.h>

List of all members.

Public Member Functions

 DcmDRTROIPhysicalPropertiesSequenceInterface (DRTROIPhysicalPropertiesSequence *_dcmSequence=NULL)
 Default Constructor.
virtual ~DcmDRTROIPhysicalPropertiesSequenceInterface ()
 Default virtual Destructor.
bool getROIPhysicalProperty (unsigned long idx, std::string &parameter)
bool getROIPhysicalProperty (DRTROIPhysicalPropertiesSequence::Item &item, std::string &parameter)
std::string getROIPhysicalPropertyTag () const
bool setROIPhysicalProperty (unsigned long idx, std::string &parameter)
bool getROIPhysicalPropertyValue (unsigned long idx, std::string &parameter)
bool getROIPhysicalPropertyValue (DRTROIPhysicalPropertiesSequence::Item &item, std::string &parameter)
std::string getROIPhysicalPropertyValueTag () const
bool setROIPhysicalPropertyValue (unsigned long idx, std::string &parameter)
void setSequence (DRTROIPhysicalPropertiesSequence *dcmSequence)
 Set the DRTROIPhysicalPropertiesSequence this interface class provides access to.
DRTROIPhysicalPropertiesSequence * getSequence () const
 Return the DRTROIPhysicalPropertiesSequence this interface class provides access to.
bool hasSequence () const
 Check if the DRTROIPhysicalPropertiesSequence is set.
MLint getNumberOfItems () const
 Return number of items the internal sequence consists of.
DRTROIPhysicalPropertiesSequence::Item * getItem (const unsigned long idx)
 Return number of items the internal sequence consists of.
DRTROIPhysicalPropertiesSequence::Item * addItem ()
 Return number of items the internal sequence consists of.
bool insertItem (const unsigned long idx)
 Return number of items the internal sequence consists of.
bool removeItem (const unsigned long idx)
 Return number of items the internal sequence consists of.

Protected Attributes

DRTROIPhysicalPropertiesSequence * _dcmSequence
 Reference to the wrapped DcmSequence.


Detailed Description

Class to provide access to DRTROIPhysicalPropertiesSequence.

Definition at line 42 of file mlDcmDRTROIPhysicalPropertiesSequenceInterface.h.


Constructor & Destructor Documentation

ml::DcmDRTROIPhysicalPropertiesSequenceInterface::DcmDRTROIPhysicalPropertiesSequenceInterface ( DRTROIPhysicalPropertiesSequence *  _dcmSequence = NULL  )  [inline]

Default Constructor.

Definition at line 46 of file mlDcmDRTROIPhysicalPropertiesSequenceInterface.h.

virtual ml::DcmDRTROIPhysicalPropertiesSequenceInterface::~DcmDRTROIPhysicalPropertiesSequenceInterface (  )  [inline, virtual]

Default virtual Destructor.

Definition at line 49 of file mlDcmDRTROIPhysicalPropertiesSequenceInterface.h.


Member Function Documentation

DRTROIPhysicalPropertiesSequence::Item* ml::DcmDRTROIPhysicalPropertiesSequenceInterface::addItem (  )  [inline]

Return number of items the internal sequence consists of.

Returns:
Number of items of internal sequence, 0 if internal sequence is NULL.

Definition at line 101 of file mlDcmDRTROIPhysicalPropertiesSequenceInterface.h.

DRTROIPhysicalPropertiesSequence::Item* ml::DcmDRTROIPhysicalPropertiesSequenceInterface::getItem ( const unsigned long  idx  )  [inline]

Return number of items the internal sequence consists of.

Returns:
Number of items of internal sequence, 0 if internal sequence is NULL.

Definition at line 92 of file mlDcmDRTROIPhysicalPropertiesSequenceInterface.h.

MLint ml::DcmDRTROIPhysicalPropertiesSequenceInterface::getNumberOfItems (  )  const [inline]

Return number of items the internal sequence consists of.

Returns:
Number of items of internal sequence, 0 if internal sequence is NULL.

Definition at line 83 of file mlDcmDRTROIPhysicalPropertiesSequenceInterface.h.

bool ml::DcmDRTROIPhysicalPropertiesSequenceInterface::getROIPhysicalProperty ( DRTROIPhysicalPropertiesSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTROIPhysicalPropertiesSequenceInterface::getROIPhysicalProperty ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTROIPhysicalPropertiesSequenceInterface::getROIPhysicalPropertyTag (  )  const [inline]

bool ml::DcmDRTROIPhysicalPropertiesSequenceInterface::getROIPhysicalPropertyValue ( DRTROIPhysicalPropertiesSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTROIPhysicalPropertiesSequenceInterface::getROIPhysicalPropertyValue ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTROIPhysicalPropertiesSequenceInterface::getROIPhysicalPropertyValueTag (  )  const [inline]

DRTROIPhysicalPropertiesSequence* ml::DcmDRTROIPhysicalPropertiesSequenceInterface::getSequence (  )  const [inline]

Return the DRTROIPhysicalPropertiesSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTROIPhysicalPropertiesSequence

Definition at line 71 of file mlDcmDRTROIPhysicalPropertiesSequenceInterface.h.

bool ml::DcmDRTROIPhysicalPropertiesSequenceInterface::hasSequence (  )  const [inline]

Check if the DRTROIPhysicalPropertiesSequence is set.

Returns:
True if internal pointer is set, False else.

Definition at line 77 of file mlDcmDRTROIPhysicalPropertiesSequenceInterface.h.

bool ml::DcmDRTROIPhysicalPropertiesSequenceInterface::insertItem ( const unsigned long  idx  )  [inline]

Return number of items the internal sequence consists of.

Returns:
Number of items of internal sequence, 0 if internal sequence is NULL.

Definition at line 112 of file mlDcmDRTROIPhysicalPropertiesSequenceInterface.h.

bool ml::DcmDRTROIPhysicalPropertiesSequenceInterface::removeItem ( const unsigned long  idx  )  [inline]

Return number of items the internal sequence consists of.

Returns:
Number of items of internal sequence, 0 if internal sequence is NULL.

Definition at line 123 of file mlDcmDRTROIPhysicalPropertiesSequenceInterface.h.

bool ml::DcmDRTROIPhysicalPropertiesSequenceInterface::setROIPhysicalProperty ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTROIPhysicalPropertiesSequenceInterface::setROIPhysicalPropertyValue ( unsigned long  idx,
std::string &  parameter 
)

void ml::DcmDRTROIPhysicalPropertiesSequenceInterface::setSequence ( DRTROIPhysicalPropertiesSequence *  dcmSequence  )  [inline]

Set the DRTROIPhysicalPropertiesSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTROIPhysicalPropertiesSequence

Definition at line 65 of file mlDcmDRTROIPhysicalPropertiesSequenceInterface.h.


Member Data Documentation

DRTROIPhysicalPropertiesSequence* ml::DcmDRTROIPhysicalPropertiesSequenceInterface::_dcmSequence [protected]

Reference to the wrapped DcmSequence.

Definition at line 133 of file mlDcmDRTROIPhysicalPropertiesSequenceInterface.h.


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

Generated on Sat Sep 3 18:39:47 2011 for MeVisLab Toolbox Reference by  doxygen 1.5.8