ml::DcmDRTReferencedControlPointSequenceInterface Class Reference

Class to provide access to DRTReferencedControlPointSequence. More...

#include <mlDcmDRTReferencedControlPointSequenceInterface.h>

List of all members.

Public Member Functions

 DcmDRTReferencedControlPointSequenceInterface (DRTReferencedControlPointSequence *_dcmSequence=NULL)
 Default Constructor.
virtual ~DcmDRTReferencedControlPointSequenceInterface ()
 Default virtual Destructor.
bool getReferencedStartControlPointIndex (unsigned long idx, std::string &parameter)
bool getReferencedStartControlPointIndex (DRTReferencedControlPointSequence::Item &item, std::string &parameter)
std::string getReferencedStartControlPointIndexTag () const
bool setReferencedStartControlPointIndex (unsigned long idx, std::string &parameter)
bool getReferencedStopControlPointIndex (unsigned long idx, std::string &parameter)
bool getReferencedStopControlPointIndex (DRTReferencedControlPointSequence::Item &item, std::string &parameter)
std::string getReferencedStopControlPointIndexTag () const
bool setReferencedStopControlPointIndex (unsigned long idx, std::string &parameter)
void setSequence (DRTReferencedControlPointSequence *dcmSequence)
 Set the DRTReferencedControlPointSequence this interface class provides access to.
DRTReferencedControlPointSequence * getSequence () const
 Return the DRTReferencedControlPointSequence this interface class provides access to.
bool hasSequence () const
 Check if the DRTReferencedControlPointSequence is set.
MLint getNumberOfItems () const
 Return number of items the internal sequence consists of.
DRTReferencedControlPointSequence::Item * getItem (const unsigned long idx)
 Return number of items the internal sequence consists of.
DRTReferencedControlPointSequence::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

DRTReferencedControlPointSequence * _dcmSequence
 Reference to the wrapped DcmSequence.


Detailed Description

Class to provide access to DRTReferencedControlPointSequence.

Definition at line 42 of file mlDcmDRTReferencedControlPointSequenceInterface.h.


Constructor & Destructor Documentation

ml::DcmDRTReferencedControlPointSequenceInterface::DcmDRTReferencedControlPointSequenceInterface ( DRTReferencedControlPointSequence *  _dcmSequence = NULL  )  [inline]

Default Constructor.

Definition at line 46 of file mlDcmDRTReferencedControlPointSequenceInterface.h.

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

Default virtual Destructor.

Definition at line 49 of file mlDcmDRTReferencedControlPointSequenceInterface.h.


Member Function Documentation

DRTReferencedControlPointSequence::Item* ml::DcmDRTReferencedControlPointSequenceInterface::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 mlDcmDRTReferencedControlPointSequenceInterface.h.

DRTReferencedControlPointSequence::Item* ml::DcmDRTReferencedControlPointSequenceInterface::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 mlDcmDRTReferencedControlPointSequenceInterface.h.

MLint ml::DcmDRTReferencedControlPointSequenceInterface::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 mlDcmDRTReferencedControlPointSequenceInterface.h.

bool ml::DcmDRTReferencedControlPointSequenceInterface::getReferencedStartControlPointIndex ( DRTReferencedControlPointSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTReferencedControlPointSequenceInterface::getReferencedStartControlPointIndex ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTReferencedControlPointSequenceInterface::getReferencedStartControlPointIndexTag (  )  const [inline]

bool ml::DcmDRTReferencedControlPointSequenceInterface::getReferencedStopControlPointIndex ( DRTReferencedControlPointSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTReferencedControlPointSequenceInterface::getReferencedStopControlPointIndex ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTReferencedControlPointSequenceInterface::getReferencedStopControlPointIndexTag (  )  const [inline]

DRTReferencedControlPointSequence* ml::DcmDRTReferencedControlPointSequenceInterface::getSequence (  )  const [inline]

Return the DRTReferencedControlPointSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTReferencedControlPointSequence

Definition at line 71 of file mlDcmDRTReferencedControlPointSequenceInterface.h.

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

Check if the DRTReferencedControlPointSequence is set.

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

Definition at line 77 of file mlDcmDRTReferencedControlPointSequenceInterface.h.

bool ml::DcmDRTReferencedControlPointSequenceInterface::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 mlDcmDRTReferencedControlPointSequenceInterface.h.

bool ml::DcmDRTReferencedControlPointSequenceInterface::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 mlDcmDRTReferencedControlPointSequenceInterface.h.

bool ml::DcmDRTReferencedControlPointSequenceInterface::setReferencedStartControlPointIndex ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTReferencedControlPointSequenceInterface::setReferencedStopControlPointIndex ( unsigned long  idx,
std::string &  parameter 
)

void ml::DcmDRTReferencedControlPointSequenceInterface::setSequence ( DRTReferencedControlPointSequence *  dcmSequence  )  [inline]

Set the DRTReferencedControlPointSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTReferencedControlPointSequence

Definition at line 65 of file mlDcmDRTReferencedControlPointSequenceInterface.h.


Member Data Documentation

DRTReferencedControlPointSequence* ml::DcmDRTReferencedControlPointSequenceInterface::_dcmSequence [protected]

Reference to the wrapped DcmSequence.

Definition at line 133 of file mlDcmDRTReferencedControlPointSequenceInterface.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