ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface Class Reference

Class to provide access to DRTReferencedBeamSequenceInRTIonPlanIOD. More...

#include <mlDcmDRTReferencedBeamSequenceInRTIonPlanIODInterface.h>

List of all members.

Public Member Functions

 DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface (DRTReferencedBeamSequenceInRTIonPlanIOD *_dcmSequence=NULL)
 Default Constructor.
virtual ~DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface ()
 Default virtual Destructor.
bool getBeamDose (unsigned long idx, std::string &parameter)
bool getBeamDose (DRTReferencedBeamSequenceInRTIonPlanIOD::Item &item, std::string &parameter)
std::string getBeamDoseTag () const
bool setBeamDose (unsigned long idx, std::string &parameter)
bool getBeamDosePointDepth (unsigned long idx, float &parameter)
bool getBeamDosePointDepth (DRTReferencedBeamSequenceInRTIonPlanIOD::Item &item, float &parameter)
std::string getBeamDosePointDepthTag () const
bool setBeamDosePointDepth (unsigned long idx, float &parameter)
bool getBeamDosePointEquivalentDepth (unsigned long idx, float &parameter)
bool getBeamDosePointEquivalentDepth (DRTReferencedBeamSequenceInRTIonPlanIOD::Item &item, float &parameter)
std::string getBeamDosePointEquivalentDepthTag () const
bool setBeamDosePointEquivalentDepth (unsigned long idx, float &parameter)
bool getBeamDosePointSSD (unsigned long idx, float &parameter)
bool getBeamDosePointSSD (DRTReferencedBeamSequenceInRTIonPlanIOD::Item &item, float &parameter)
std::string getBeamDosePointSSDTag () const
bool setBeamDosePointSSD (unsigned long idx, float &parameter)
bool getBeamDoseSpecificationPoint (unsigned long idx, std::string &parameter)
bool getBeamDoseSpecificationPoint (DRTReferencedBeamSequenceInRTIonPlanIOD::Item &item, std::string &parameter)
std::string getBeamDoseSpecificationPointTag () const
bool setBeamDoseSpecificationPoint (unsigned long idx, std::string &parameter)
bool getBeamMeterset (unsigned long idx, std::string &parameter)
bool getBeamMeterset (DRTReferencedBeamSequenceInRTIonPlanIOD::Item &item, std::string &parameter)
std::string getBeamMetersetTag () const
bool setBeamMeterset (unsigned long idx, std::string &parameter)
bool getReferencedBeamNumber (unsigned long idx, std::string &parameter)
bool getReferencedBeamNumber (DRTReferencedBeamSequenceInRTIonPlanIOD::Item &item, std::string &parameter)
std::string getReferencedBeamNumberTag () const
bool setReferencedBeamNumber (unsigned long idx, std::string &parameter)
void setSequence (DRTReferencedBeamSequenceInRTIonPlanIOD *dcmSequence)
 Set the DRTReferencedBeamSequenceInRTIonPlanIOD this interface class provides access to.
DRTReferencedBeamSequenceInRTIonPlanIOD * getSequence () const
 Return the DRTReferencedBeamSequenceInRTIonPlanIOD this interface class provides access to.
bool hasSequence () const
 Check if the DRTReferencedBeamSequenceInRTIonPlanIOD is set.
MLint getNumberOfItems () const
 Return number of items the internal sequence consists of.
DRTReferencedBeamSequenceInRTIonPlanIOD::Item * getItem (const unsigned long idx)
 Return number of items the internal sequence consists of.
DRTReferencedBeamSequenceInRTIonPlanIOD::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

DRTReferencedBeamSequenceInRTIonPlanIOD * _dcmSequence
 Reference to the wrapped DcmSequence.


Detailed Description

Class to provide access to DRTReferencedBeamSequenceInRTIonPlanIOD.

Definition at line 42 of file mlDcmDRTReferencedBeamSequenceInRTIonPlanIODInterface.h.


Constructor & Destructor Documentation

ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface ( DRTReferencedBeamSequenceInRTIonPlanIOD *  _dcmSequence = NULL  )  [inline]

Default Constructor.

Definition at line 46 of file mlDcmDRTReferencedBeamSequenceInRTIonPlanIODInterface.h.

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

Default virtual Destructor.

Definition at line 49 of file mlDcmDRTReferencedBeamSequenceInRTIonPlanIODInterface.h.


Member Function Documentation

DRTReferencedBeamSequenceInRTIonPlanIOD::Item* ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::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 131 of file mlDcmDRTReferencedBeamSequenceInRTIonPlanIODInterface.h.

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::getBeamDose ( DRTReferencedBeamSequenceInRTIonPlanIOD::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::getBeamDose ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::getBeamDosePointDepth ( DRTReferencedBeamSequenceInRTIonPlanIOD::Item &  item,
float &  parameter 
)

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::getBeamDosePointDepth ( unsigned long  idx,
float &  parameter 
)

std::string ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::getBeamDosePointDepthTag (  )  const [inline]

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::getBeamDosePointEquivalentDepth ( DRTReferencedBeamSequenceInRTIonPlanIOD::Item &  item,
float &  parameter 
)

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::getBeamDosePointEquivalentDepth ( unsigned long  idx,
float &  parameter 
)

std::string ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::getBeamDosePointEquivalentDepthTag (  )  const [inline]

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::getBeamDosePointSSD ( DRTReferencedBeamSequenceInRTIonPlanIOD::Item &  item,
float &  parameter 
)

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::getBeamDosePointSSD ( unsigned long  idx,
float &  parameter 
)

std::string ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::getBeamDosePointSSDTag (  )  const [inline]

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::getBeamDoseSpecificationPoint ( DRTReferencedBeamSequenceInRTIonPlanIOD::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::getBeamDoseSpecificationPoint ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::getBeamDoseSpecificationPointTag (  )  const [inline]

std::string ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::getBeamDoseTag (  )  const [inline]

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::getBeamMeterset ( DRTReferencedBeamSequenceInRTIonPlanIOD::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::getBeamMeterset ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::getBeamMetersetTag (  )  const [inline]

DRTReferencedBeamSequenceInRTIonPlanIOD::Item* ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::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 122 of file mlDcmDRTReferencedBeamSequenceInRTIonPlanIODInterface.h.

MLint ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::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 113 of file mlDcmDRTReferencedBeamSequenceInRTIonPlanIODInterface.h.

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::getReferencedBeamNumber ( DRTReferencedBeamSequenceInRTIonPlanIOD::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::getReferencedBeamNumber ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::getReferencedBeamNumberTag (  )  const [inline]

DRTReferencedBeamSequenceInRTIonPlanIOD* ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::getSequence (  )  const [inline]

Return the DRTReferencedBeamSequenceInRTIonPlanIOD this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTReferencedBeamSequenceInRTIonPlanIOD

Definition at line 101 of file mlDcmDRTReferencedBeamSequenceInRTIonPlanIODInterface.h.

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

Check if the DRTReferencedBeamSequenceInRTIonPlanIOD is set.

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

Definition at line 107 of file mlDcmDRTReferencedBeamSequenceInRTIonPlanIODInterface.h.

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::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 142 of file mlDcmDRTReferencedBeamSequenceInRTIonPlanIODInterface.h.

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::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 153 of file mlDcmDRTReferencedBeamSequenceInRTIonPlanIODInterface.h.

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::setBeamDose ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::setBeamDosePointDepth ( unsigned long  idx,
float &  parameter 
)

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::setBeamDosePointEquivalentDepth ( unsigned long  idx,
float &  parameter 
)

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::setBeamDosePointSSD ( unsigned long  idx,
float &  parameter 
)

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::setBeamDoseSpecificationPoint ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::setBeamMeterset ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::setReferencedBeamNumber ( unsigned long  idx,
std::string &  parameter 
)

void ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::setSequence ( DRTReferencedBeamSequenceInRTIonPlanIOD *  dcmSequence  )  [inline]

Set the DRTReferencedBeamSequenceInRTIonPlanIOD this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTReferencedBeamSequenceInRTIonPlanIOD

Definition at line 95 of file mlDcmDRTReferencedBeamSequenceInRTIonPlanIODInterface.h.


Member Data Documentation

DRTReferencedBeamSequenceInRTIonPlanIOD* ml::DcmDRTReferencedBeamSequenceInRTIonPlanIODInterface::_dcmSequence [protected]

Reference to the wrapped DcmSequence.

Definition at line 163 of file mlDcmDRTReferencedBeamSequenceInRTIonPlanIODInterface.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