MeVisLab Toolbox Reference
ml::DcmDRTWedgeSequenceInterface::Item Class Reference

#include <mlDcmDRTWedgeSequenceInterface.h>

Public Member Functions

 Item ()
 
 Item (DCMTree::TreePtr dcmItem)
 
 Item (const Item &copyDcmItem)
 
Itemoperator= (const Item &copyDcmItem)
 
virtual ~Item ()
 
DCMTree::TreePtr getTreePtr () const
 
bool isValid () const
 
bool getAccessoryCode (std::string &parameter) const
 
std::string getAccessoryCodeTag () const
 
bool setAccessoryCode (std::string parameter)
 
bool getSourceToWedgeTrayDistance (std::string &parameter) const
 
std::string getSourceToWedgeTrayDistanceTag () const
 
bool setSourceToWedgeTrayDistance (std::string parameter)
 
bool getWedgeAngle (std::string &parameter) const
 
std::string getWedgeAngleTag () const
 
bool setWedgeAngle (std::string parameter)
 
bool getWedgeFactor (std::string &parameter) const
 
std::string getWedgeFactorTag () const
 
bool setWedgeFactor (std::string parameter)
 
bool getWedgeID (std::string &parameter) const
 
std::string getWedgeIDTag () const
 
bool setWedgeID (std::string parameter)
 
bool getWedgeNumber (std::string &parameter) const
 
std::string getWedgeNumberTag () const
 
bool setWedgeNumber (std::string parameter)
 
bool getWedgeOrientation (std::string &parameter) const
 
std::string getWedgeOrientationTag () const
 
bool setWedgeOrientation (std::string parameter)
 
bool getWedgeType (std::string &parameter) const
 
std::string getWedgeTypeTag () const
 
bool setWedgeType (std::string parameter)
 

Detailed Description

Definition at line 47 of file mlDcmDRTWedgeSequenceInterface.h.

Constructor & Destructor Documentation

◆ Item() [1/3]

ml::DcmDRTWedgeSequenceInterface::Item::Item ( )
inline

Definition at line 51 of file mlDcmDRTWedgeSequenceInterface.h.

◆ Item() [2/3]

ml::DcmDRTWedgeSequenceInterface::Item::Item ( DCMTree::TreePtr  dcmItem)
inline

Definition at line 53 of file mlDcmDRTWedgeSequenceInterface.h.

◆ Item() [3/3]

ml::DcmDRTWedgeSequenceInterface::Item::Item ( const Item copyDcmItem)
inline

Definition at line 55 of file mlDcmDRTWedgeSequenceInterface.h.

◆ ~Item()

virtual ml::DcmDRTWedgeSequenceInterface::Item::~Item ( )
inlinevirtual

Definition at line 59 of file mlDcmDRTWedgeSequenceInterface.h.

Member Function Documentation

◆ getAccessoryCode()

bool ml::DcmDRTWedgeSequenceInterface::Item::getAccessoryCode ( std::string &  parameter) const

◆ getAccessoryCodeTag()

std::string ml::DcmDRTWedgeSequenceInterface::Item::getAccessoryCodeTag ( ) const
inline

Definition at line 68 of file mlDcmDRTWedgeSequenceInterface.h.

◆ getSourceToWedgeTrayDistance()

bool ml::DcmDRTWedgeSequenceInterface::Item::getSourceToWedgeTrayDistance ( std::string &  parameter) const

◆ getSourceToWedgeTrayDistanceTag()

std::string ml::DcmDRTWedgeSequenceInterface::Item::getSourceToWedgeTrayDistanceTag ( ) const
inline

Definition at line 73 of file mlDcmDRTWedgeSequenceInterface.h.

◆ getTreePtr()

DCMTree::TreePtr ml::DcmDRTWedgeSequenceInterface::Item::getTreePtr ( ) const
inline

Definition at line 61 of file mlDcmDRTWedgeSequenceInterface.h.

Referenced by operator=().

◆ getWedgeAngle()

bool ml::DcmDRTWedgeSequenceInterface::Item::getWedgeAngle ( std::string &  parameter) const

◆ getWedgeAngleTag()

std::string ml::DcmDRTWedgeSequenceInterface::Item::getWedgeAngleTag ( ) const
inline

Definition at line 78 of file mlDcmDRTWedgeSequenceInterface.h.

◆ getWedgeFactor()

bool ml::DcmDRTWedgeSequenceInterface::Item::getWedgeFactor ( std::string &  parameter) const

◆ getWedgeFactorTag()

std::string ml::DcmDRTWedgeSequenceInterface::Item::getWedgeFactorTag ( ) const
inline

Definition at line 83 of file mlDcmDRTWedgeSequenceInterface.h.

◆ getWedgeID()

bool ml::DcmDRTWedgeSequenceInterface::Item::getWedgeID ( std::string &  parameter) const

◆ getWedgeIDTag()

std::string ml::DcmDRTWedgeSequenceInterface::Item::getWedgeIDTag ( ) const
inline

Definition at line 88 of file mlDcmDRTWedgeSequenceInterface.h.

◆ getWedgeNumber()

bool ml::DcmDRTWedgeSequenceInterface::Item::getWedgeNumber ( std::string &  parameter) const

◆ getWedgeNumberTag()

std::string ml::DcmDRTWedgeSequenceInterface::Item::getWedgeNumberTag ( ) const
inline

Definition at line 93 of file mlDcmDRTWedgeSequenceInterface.h.

◆ getWedgeOrientation()

bool ml::DcmDRTWedgeSequenceInterface::Item::getWedgeOrientation ( std::string &  parameter) const

◆ getWedgeOrientationTag()

std::string ml::DcmDRTWedgeSequenceInterface::Item::getWedgeOrientationTag ( ) const
inline

Definition at line 98 of file mlDcmDRTWedgeSequenceInterface.h.

◆ getWedgeType()

bool ml::DcmDRTWedgeSequenceInterface::Item::getWedgeType ( std::string &  parameter) const

◆ getWedgeTypeTag()

std::string ml::DcmDRTWedgeSequenceInterface::Item::getWedgeTypeTag ( ) const
inline

Definition at line 103 of file mlDcmDRTWedgeSequenceInterface.h.

◆ isValid()

bool ml::DcmDRTWedgeSequenceInterface::Item::isValid ( void  ) const
inline

Definition at line 63 of file mlDcmDRTWedgeSequenceInterface.h.

◆ operator=()

Item& ml::DcmDRTWedgeSequenceInterface::Item::operator= ( const Item copyDcmItem)
inline

Definition at line 57 of file mlDcmDRTWedgeSequenceInterface.h.

References getTreePtr().

◆ setAccessoryCode()

bool ml::DcmDRTWedgeSequenceInterface::Item::setAccessoryCode ( std::string  parameter)

◆ setSourceToWedgeTrayDistance()

bool ml::DcmDRTWedgeSequenceInterface::Item::setSourceToWedgeTrayDistance ( std::string  parameter)

◆ setWedgeAngle()

bool ml::DcmDRTWedgeSequenceInterface::Item::setWedgeAngle ( std::string  parameter)

◆ setWedgeFactor()

bool ml::DcmDRTWedgeSequenceInterface::Item::setWedgeFactor ( std::string  parameter)

◆ setWedgeID()

bool ml::DcmDRTWedgeSequenceInterface::Item::setWedgeID ( std::string  parameter)

◆ setWedgeNumber()

bool ml::DcmDRTWedgeSequenceInterface::Item::setWedgeNumber ( std::string  parameter)

◆ setWedgeOrientation()

bool ml::DcmDRTWedgeSequenceInterface::Item::setWedgeOrientation ( std::string  parameter)

◆ setWedgeType()

bool ml::DcmDRTWedgeSequenceInterface::Item::setWedgeType ( std::string  parameter)

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