ml::DcmDRTIonWedgePositionSequenceInterface Class Reference

Class to provide access to DRTIonWedgePositionSequence. More...

#include <mlDcmDRTIonWedgePositionSequenceInterface.h>

List of all members.

Public Member Functions

 DcmDRTIonWedgePositionSequenceInterface (DRTIonWedgePositionSequence *_dcmSequence=NULL)
 Default Constructor.
virtual ~DcmDRTIonWedgePositionSequenceInterface ()
 Default virtual Destructor.
bool getReferencedWedgeNumber (unsigned long idx, std::string &parameter)
bool getReferencedWedgeNumber (DRTIonWedgePositionSequence::Item &item, std::string &parameter)
std::string getReferencedWedgeNumberTag () const
bool setReferencedWedgeNumber (unsigned long idx, std::string &parameter)
bool getWedgePosition (unsigned long idx, std::string &parameter)
bool getWedgePosition (DRTIonWedgePositionSequence::Item &item, std::string &parameter)
std::string getWedgePositionTag () const
bool setWedgePosition (unsigned long idx, std::string &parameter)
bool getWedgeThinEdgePosition (unsigned long idx, float &parameter)
bool getWedgeThinEdgePosition (DRTIonWedgePositionSequence::Item &item, float &parameter)
std::string getWedgeThinEdgePositionTag () const
bool setWedgeThinEdgePosition (unsigned long idx, float &parameter)
void setSequence (DRTIonWedgePositionSequence *dcmSequence)
 Set the DRTIonWedgePositionSequence this interface class provides access to.
DRTIonWedgePositionSequence * getSequence () const
 Return the DRTIonWedgePositionSequence this interface class provides access to.
bool hasSequence () const
 Check if the DRTIonWedgePositionSequence is set.
MLint getNumberOfItems () const
 Return number of items the internal sequence consists of.
DRTIonWedgePositionSequence::Item * getItem (const unsigned long idx)
 Return number of items the internal sequence consists of.
DRTIonWedgePositionSequence::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

DRTIonWedgePositionSequence * _dcmSequence
 Reference to the wrapped DcmSequence.


Detailed Description

Class to provide access to DRTIonWedgePositionSequence.

Definition at line 42 of file mlDcmDRTIonWedgePositionSequenceInterface.h.


Constructor & Destructor Documentation

ml::DcmDRTIonWedgePositionSequenceInterface::DcmDRTIonWedgePositionSequenceInterface ( DRTIonWedgePositionSequence *  _dcmSequence = NULL  )  [inline]

Default Constructor.

Definition at line 46 of file mlDcmDRTIonWedgePositionSequenceInterface.h.

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

Default virtual Destructor.

Definition at line 49 of file mlDcmDRTIonWedgePositionSequenceInterface.h.


Member Function Documentation

DRTIonWedgePositionSequence::Item* ml::DcmDRTIonWedgePositionSequenceInterface::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 107 of file mlDcmDRTIonWedgePositionSequenceInterface.h.

DRTIonWedgePositionSequence::Item* ml::DcmDRTIonWedgePositionSequenceInterface::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 98 of file mlDcmDRTIonWedgePositionSequenceInterface.h.

MLint ml::DcmDRTIonWedgePositionSequenceInterface::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 89 of file mlDcmDRTIonWedgePositionSequenceInterface.h.

bool ml::DcmDRTIonWedgePositionSequenceInterface::getReferencedWedgeNumber ( DRTIonWedgePositionSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTIonWedgePositionSequenceInterface::getReferencedWedgeNumber ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTIonWedgePositionSequenceInterface::getReferencedWedgeNumberTag (  )  const [inline]

Definition at line 53 of file mlDcmDRTIonWedgePositionSequenceInterface.h.

DRTIonWedgePositionSequence* ml::DcmDRTIonWedgePositionSequenceInterface::getSequence (  )  const [inline]

Return the DRTIonWedgePositionSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTIonWedgePositionSequence

Definition at line 77 of file mlDcmDRTIonWedgePositionSequenceInterface.h.

bool ml::DcmDRTIonWedgePositionSequenceInterface::getWedgePosition ( DRTIonWedgePositionSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTIonWedgePositionSequenceInterface::getWedgePosition ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTIonWedgePositionSequenceInterface::getWedgePositionTag (  )  const [inline]

Definition at line 59 of file mlDcmDRTIonWedgePositionSequenceInterface.h.

bool ml::DcmDRTIonWedgePositionSequenceInterface::getWedgeThinEdgePosition ( DRTIonWedgePositionSequence::Item &  item,
float &  parameter 
)

bool ml::DcmDRTIonWedgePositionSequenceInterface::getWedgeThinEdgePosition ( unsigned long  idx,
float &  parameter 
)

std::string ml::DcmDRTIonWedgePositionSequenceInterface::getWedgeThinEdgePositionTag (  )  const [inline]

Definition at line 65 of file mlDcmDRTIonWedgePositionSequenceInterface.h.

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

Check if the DRTIonWedgePositionSequence is set.

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

Definition at line 83 of file mlDcmDRTIonWedgePositionSequenceInterface.h.

bool ml::DcmDRTIonWedgePositionSequenceInterface::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 118 of file mlDcmDRTIonWedgePositionSequenceInterface.h.

bool ml::DcmDRTIonWedgePositionSequenceInterface::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 129 of file mlDcmDRTIonWedgePositionSequenceInterface.h.

bool ml::DcmDRTIonWedgePositionSequenceInterface::setReferencedWedgeNumber ( unsigned long  idx,
std::string &  parameter 
)

void ml::DcmDRTIonWedgePositionSequenceInterface::setSequence ( DRTIonWedgePositionSequence *  dcmSequence  )  [inline]

Set the DRTIonWedgePositionSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTIonWedgePositionSequence

Definition at line 71 of file mlDcmDRTIonWedgePositionSequenceInterface.h.

bool ml::DcmDRTIonWedgePositionSequenceInterface::setWedgePosition ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTIonWedgePositionSequenceInterface::setWedgeThinEdgePosition ( unsigned long  idx,
float &  parameter 
)


Member Data Documentation

DRTIonWedgePositionSequence* ml::DcmDRTIonWedgePositionSequenceInterface::_dcmSequence [protected]

Reference to the wrapped DcmSequence.

Definition at line 139 of file mlDcmDRTIonWedgePositionSequenceInterface.h.


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

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