ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface Class Reference

Class to provide access to DRTFrameOfReferenceRelationshipSequence. More...

#include <mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h>

List of all members.

Public Member Functions

 DcmDRTFrameOfReferenceRelationshipSequenceInterface (DRTFrameOfReferenceRelationshipSequence *_dcmSequence=NULL)
 Default Constructor.
virtual ~DcmDRTFrameOfReferenceRelationshipSequenceInterface ()
 Default virtual Destructor.
bool getFrameOfReferenceTransformationComment (unsigned long idx, std::string &parameter)
bool getFrameOfReferenceTransformationComment (DRTFrameOfReferenceRelationshipSequence::Item &item, std::string &parameter)
std::string getFrameOfReferenceTransformationCommentTag () const
bool setFrameOfReferenceTransformationComment (unsigned long idx, std::string &parameter)
bool getFrameOfReferenceTransformationMatrix (unsigned long idx, std::string &parameter)
bool getFrameOfReferenceTransformationMatrix (DRTFrameOfReferenceRelationshipSequence::Item &item, std::string &parameter)
std::string getFrameOfReferenceTransformationMatrixTag () const
bool setFrameOfReferenceTransformationMatrix (unsigned long idx, std::string &parameter)
bool getFrameOfReferenceTransformationType (unsigned long idx, std::string &parameter)
bool getFrameOfReferenceTransformationType (DRTFrameOfReferenceRelationshipSequence::Item &item, std::string &parameter)
std::string getFrameOfReferenceTransformationTypeTag () const
bool setFrameOfReferenceTransformationType (unsigned long idx, std::string &parameter)
bool getRelatedFrameOfReferenceUID (unsigned long idx, std::string &parameter)
bool getRelatedFrameOfReferenceUID (DRTFrameOfReferenceRelationshipSequence::Item &item, std::string &parameter)
std::string getRelatedFrameOfReferenceUIDTag () const
bool setRelatedFrameOfReferenceUID (unsigned long idx, std::string &parameter)
void setSequence (DRTFrameOfReferenceRelationshipSequence *dcmSequence)
 Set the DRTFrameOfReferenceRelationshipSequence this interface class provides access to.
DRTFrameOfReferenceRelationshipSequence * getSequence () const
 Return the DRTFrameOfReferenceRelationshipSequence this interface class provides access to.
bool hasSequence () const
 Check if the DRTFrameOfReferenceRelationshipSequence is set.
MLint getNumberOfItems () const
 Return number of items the internal sequence consists of.
DRTFrameOfReferenceRelationshipSequence::Item * getItem (const unsigned long idx)
 Return number of items the internal sequence consists of.
DRTFrameOfReferenceRelationshipSequence::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

DRTFrameOfReferenceRelationshipSequence * _dcmSequence
 Reference to the wrapped DcmSequence.


Detailed Description

Class to provide access to DRTFrameOfReferenceRelationshipSequence.

Definition at line 42 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.


Constructor & Destructor Documentation

ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::DcmDRTFrameOfReferenceRelationshipSequenceInterface ( DRTFrameOfReferenceRelationshipSequence *  _dcmSequence = NULL  )  [inline]

Default Constructor.

Definition at line 46 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.

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

Default virtual Destructor.

Definition at line 49 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.


Member Function Documentation

DRTFrameOfReferenceRelationshipSequence::Item* ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::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 113 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.

bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationComment ( DRTFrameOfReferenceRelationshipSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationComment ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationCommentTag (  )  const [inline]

bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationMatrix ( DRTFrameOfReferenceRelationshipSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationMatrix ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationMatrixTag (  )  const [inline]

bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationType ( DRTFrameOfReferenceRelationshipSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationType ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationTypeTag (  )  const [inline]

DRTFrameOfReferenceRelationshipSequence::Item* ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::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 104 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.

MLint ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::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 95 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.

bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getRelatedFrameOfReferenceUID ( DRTFrameOfReferenceRelationshipSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getRelatedFrameOfReferenceUID ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getRelatedFrameOfReferenceUIDTag (  )  const [inline]

DRTFrameOfReferenceRelationshipSequence* ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getSequence (  )  const [inline]

Return the DRTFrameOfReferenceRelationshipSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTFrameOfReferenceRelationshipSequence

Definition at line 83 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.

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

Check if the DRTFrameOfReferenceRelationshipSequence is set.

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

Definition at line 89 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.

bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::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 124 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.

bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::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 135 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.

bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::setFrameOfReferenceTransformationComment ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::setFrameOfReferenceTransformationMatrix ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::setFrameOfReferenceTransformationType ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::setRelatedFrameOfReferenceUID ( unsigned long  idx,
std::string &  parameter 
)

void ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::setSequence ( DRTFrameOfReferenceRelationshipSequence *  dcmSequence  )  [inline]

Set the DRTFrameOfReferenceRelationshipSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTFrameOfReferenceRelationshipSequence

Definition at line 77 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.


Member Data Documentation

DRTFrameOfReferenceRelationshipSequence* ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::_dcmSequence [protected]

Reference to the wrapped DcmSequence.

Definition at line 145 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.


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

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