ml::DcmDRTWedgeSequenceInterface Class Reference

Class to provide access to DRTWedgeSequence. More...

#include <mlDcmDRTWedgeSequenceInterface.h>

List of all members.

Public Member Functions

 DcmDRTWedgeSequenceInterface (DRTWedgeSequence *_dcmSequence=NULL)
 Default Constructor.
virtual ~DcmDRTWedgeSequenceInterface ()
 Default virtual Destructor.
bool getAccessoryCode (unsigned long idx, std::string &parameter)
bool getAccessoryCode (DRTWedgeSequence::Item &item, std::string &parameter)
std::string getAccessoryCodeTag () const
bool setAccessoryCode (unsigned long idx, std::string &parameter)
bool getSourceToWedgeTrayDistance (unsigned long idx, std::string &parameter)
bool getSourceToWedgeTrayDistance (DRTWedgeSequence::Item &item, std::string &parameter)
std::string getSourceToWedgeTrayDistanceTag () const
bool setSourceToWedgeTrayDistance (unsigned long idx, std::string &parameter)
bool getWedgeAngle (unsigned long idx, std::string &parameter)
bool getWedgeAngle (DRTWedgeSequence::Item &item, std::string &parameter)
std::string getWedgeAngleTag () const
bool setWedgeAngle (unsigned long idx, std::string &parameter)
bool getWedgeFactor (unsigned long idx, std::string &parameter)
bool getWedgeFactor (DRTWedgeSequence::Item &item, std::string &parameter)
std::string getWedgeFactorTag () const
bool setWedgeFactor (unsigned long idx, std::string &parameter)
bool getWedgeID (unsigned long idx, std::string &parameter)
bool getWedgeID (DRTWedgeSequence::Item &item, std::string &parameter)
std::string getWedgeIDTag () const
bool setWedgeID (unsigned long idx, std::string &parameter)
bool getWedgeNumber (unsigned long idx, std::string &parameter)
bool getWedgeNumber (DRTWedgeSequence::Item &item, std::string &parameter)
std::string getWedgeNumberTag () const
bool setWedgeNumber (unsigned long idx, std::string &parameter)
bool getWedgeOrientation (unsigned long idx, std::string &parameter)
bool getWedgeOrientation (DRTWedgeSequence::Item &item, std::string &parameter)
std::string getWedgeOrientationTag () const
bool setWedgeOrientation (unsigned long idx, std::string &parameter)
bool getWedgeType (unsigned long idx, std::string &parameter)
bool getWedgeType (DRTWedgeSequence::Item &item, std::string &parameter)
std::string getWedgeTypeTag () const
bool setWedgeType (unsigned long idx, std::string &parameter)
void setSequence (DRTWedgeSequence *dcmSequence)
 Set the DRTWedgeSequence this interface class provides access to.
DRTWedgeSequence * getSequence () const
 Return the DRTWedgeSequence this interface class provides access to.
bool hasSequence () const
 Check if the DRTWedgeSequence is set.
MLint getNumberOfItems () const
 Return number of items the internal sequence consists of.
DRTWedgeSequence::Item * getItem (const unsigned long idx)
 Return number of items the internal sequence consists of.
DRTWedgeSequence::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

DRTWedgeSequence * _dcmSequence
 Reference to the wrapped DcmSequence.


Detailed Description

Class to provide access to DRTWedgeSequence.

Definition at line 42 of file mlDcmDRTWedgeSequenceInterface.h.


Constructor & Destructor Documentation

ml::DcmDRTWedgeSequenceInterface::DcmDRTWedgeSequenceInterface ( DRTWedgeSequence *  _dcmSequence = NULL  )  [inline]

Default Constructor.

Definition at line 46 of file mlDcmDRTWedgeSequenceInterface.h.

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

Default virtual Destructor.

Definition at line 49 of file mlDcmDRTWedgeSequenceInterface.h.


Member Function Documentation

DRTWedgeSequence::Item* ml::DcmDRTWedgeSequenceInterface::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 137 of file mlDcmDRTWedgeSequenceInterface.h.

bool ml::DcmDRTWedgeSequenceInterface::getAccessoryCode ( DRTWedgeSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTWedgeSequenceInterface::getAccessoryCode ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTWedgeSequenceInterface::getAccessoryCodeTag (  )  const [inline]

Definition at line 53 of file mlDcmDRTWedgeSequenceInterface.h.

DRTWedgeSequence::Item* ml::DcmDRTWedgeSequenceInterface::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 128 of file mlDcmDRTWedgeSequenceInterface.h.

MLint ml::DcmDRTWedgeSequenceInterface::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 119 of file mlDcmDRTWedgeSequenceInterface.h.

DRTWedgeSequence* ml::DcmDRTWedgeSequenceInterface::getSequence (  )  const [inline]

Return the DRTWedgeSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTWedgeSequence

Definition at line 107 of file mlDcmDRTWedgeSequenceInterface.h.

bool ml::DcmDRTWedgeSequenceInterface::getSourceToWedgeTrayDistance ( DRTWedgeSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTWedgeSequenceInterface::getSourceToWedgeTrayDistance ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTWedgeSequenceInterface::getSourceToWedgeTrayDistanceTag (  )  const [inline]

Definition at line 59 of file mlDcmDRTWedgeSequenceInterface.h.

bool ml::DcmDRTWedgeSequenceInterface::getWedgeAngle ( DRTWedgeSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTWedgeSequenceInterface::getWedgeAngle ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTWedgeSequenceInterface::getWedgeAngleTag (  )  const [inline]

Definition at line 65 of file mlDcmDRTWedgeSequenceInterface.h.

bool ml::DcmDRTWedgeSequenceInterface::getWedgeFactor ( DRTWedgeSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTWedgeSequenceInterface::getWedgeFactor ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTWedgeSequenceInterface::getWedgeFactorTag (  )  const [inline]

Definition at line 71 of file mlDcmDRTWedgeSequenceInterface.h.

bool ml::DcmDRTWedgeSequenceInterface::getWedgeID ( DRTWedgeSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTWedgeSequenceInterface::getWedgeID ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTWedgeSequenceInterface::getWedgeIDTag (  )  const [inline]

Definition at line 77 of file mlDcmDRTWedgeSequenceInterface.h.

bool ml::DcmDRTWedgeSequenceInterface::getWedgeNumber ( DRTWedgeSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTWedgeSequenceInterface::getWedgeNumber ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTWedgeSequenceInterface::getWedgeNumberTag (  )  const [inline]

Definition at line 83 of file mlDcmDRTWedgeSequenceInterface.h.

bool ml::DcmDRTWedgeSequenceInterface::getWedgeOrientation ( DRTWedgeSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTWedgeSequenceInterface::getWedgeOrientation ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTWedgeSequenceInterface::getWedgeOrientationTag (  )  const [inline]

Definition at line 89 of file mlDcmDRTWedgeSequenceInterface.h.

bool ml::DcmDRTWedgeSequenceInterface::getWedgeType ( DRTWedgeSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTWedgeSequenceInterface::getWedgeType ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTWedgeSequenceInterface::getWedgeTypeTag (  )  const [inline]

Definition at line 95 of file mlDcmDRTWedgeSequenceInterface.h.

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

Check if the DRTWedgeSequence is set.

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

Definition at line 113 of file mlDcmDRTWedgeSequenceInterface.h.

bool ml::DcmDRTWedgeSequenceInterface::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 148 of file mlDcmDRTWedgeSequenceInterface.h.

bool ml::DcmDRTWedgeSequenceInterface::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 159 of file mlDcmDRTWedgeSequenceInterface.h.

bool ml::DcmDRTWedgeSequenceInterface::setAccessoryCode ( unsigned long  idx,
std::string &  parameter 
)

void ml::DcmDRTWedgeSequenceInterface::setSequence ( DRTWedgeSequence *  dcmSequence  )  [inline]

Set the DRTWedgeSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTWedgeSequence

Definition at line 101 of file mlDcmDRTWedgeSequenceInterface.h.

bool ml::DcmDRTWedgeSequenceInterface::setSourceToWedgeTrayDistance ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTWedgeSequenceInterface::setWedgeAngle ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTWedgeSequenceInterface::setWedgeFactor ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTWedgeSequenceInterface::setWedgeID ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTWedgeSequenceInterface::setWedgeNumber ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTWedgeSequenceInterface::setWedgeOrientation ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTWedgeSequenceInterface::setWedgeType ( unsigned long  idx,
std::string &  parameter 
)


Member Data Documentation

DRTWedgeSequence* ml::DcmDRTWedgeSequenceInterface::_dcmSequence [protected]

Reference to the wrapped DcmSequence.

Definition at line 169 of file mlDcmDRTWedgeSequenceInterface.h.


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

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