ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface Class Reference

Class to provide access to DRTMultiplexedAudioChannelsDescriptionCodeSequence. More...

#include <mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h>

List of all members.

Public Member Functions

 DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface (DRTMultiplexedAudioChannelsDescriptionCodeSequence *_dcmSequence=NULL)
 Default Constructor.
virtual ~DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface ()
 Default virtual Destructor.
bool getChannelIdentificationCode (unsigned long idx, std::string &parameter)
bool getChannelIdentificationCode (DRTMultiplexedAudioChannelsDescriptionCodeSequence::Item &item, std::string &parameter)
std::string getChannelIdentificationCodeTag () const
bool setChannelIdentificationCode (unsigned long idx, std::string &parameter)
bool getChannelMode (unsigned long idx, std::string &parameter)
bool getChannelMode (DRTMultiplexedAudioChannelsDescriptionCodeSequence::Item &item, std::string &parameter)
std::string getChannelModeTag () const
bool setChannelMode (unsigned long idx, std::string &parameter)
DRTChannelSourceSequence & getChannelSourceSequence (unsigned long idx)
std::string getChannelSourceSequenceTag () const
void setSequence (DRTMultiplexedAudioChannelsDescriptionCodeSequence *dcmSequence)
 Set the DRTMultiplexedAudioChannelsDescriptionCodeSequence this interface class provides access to.
DRTMultiplexedAudioChannelsDescriptionCodeSequence * getSequence () const
 Return the DRTMultiplexedAudioChannelsDescriptionCodeSequence this interface class provides access to.
bool hasSequence () const
 Check if the DRTMultiplexedAudioChannelsDescriptionCodeSequence is set.
MLint getNumberOfItems () const
 Return number of items the internal sequence consists of.
DRTMultiplexedAudioChannelsDescriptionCodeSequence::Item * getItem (const unsigned long idx)
 Return number of items the internal sequence consists of.
DRTMultiplexedAudioChannelsDescriptionCodeSequence::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

DRTMultiplexedAudioChannelsDescriptionCodeSequence * _dcmSequence
 Reference to the wrapped DcmSequence.


Detailed Description

Class to provide access to DRTMultiplexedAudioChannelsDescriptionCodeSequence.

Definition at line 43 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.


Constructor & Destructor Documentation

ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface ( DRTMultiplexedAudioChannelsDescriptionCodeSequence *  _dcmSequence = NULL  )  [inline]

Default Constructor.

Definition at line 47 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.

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

Default virtual Destructor.

Definition at line 50 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.


Member Function Documentation

DRTMultiplexedAudioChannelsDescriptionCodeSequence::Item* ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::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 106 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.

bool ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::getChannelIdentificationCode ( DRTMultiplexedAudioChannelsDescriptionCodeSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::getChannelIdentificationCode ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::getChannelIdentificationCodeTag (  )  const [inline]

bool ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::getChannelMode ( DRTMultiplexedAudioChannelsDescriptionCodeSequence::Item &  item,
std::string &  parameter 
)

bool ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::getChannelMode ( unsigned long  idx,
std::string &  parameter 
)

std::string ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::getChannelModeTag (  )  const [inline]

DRTChannelSourceSequence& ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::getChannelSourceSequence ( unsigned long  idx  ) 

std::string ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::getChannelSourceSequenceTag (  )  const [inline]

DRTMultiplexedAudioChannelsDescriptionCodeSequence::Item* ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::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 97 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.

MLint ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::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 88 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.

DRTMultiplexedAudioChannelsDescriptionCodeSequence* ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::getSequence (  )  const [inline]

Return the DRTMultiplexedAudioChannelsDescriptionCodeSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTMultiplexedAudioChannelsDescriptionCodeSequence

Definition at line 76 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.

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

Check if the DRTMultiplexedAudioChannelsDescriptionCodeSequence is set.

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

Definition at line 82 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.

bool ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::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 117 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.

bool ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::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 128 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.

bool ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::setChannelIdentificationCode ( unsigned long  idx,
std::string &  parameter 
)

bool ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::setChannelMode ( unsigned long  idx,
std::string &  parameter 
)

void ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::setSequence ( DRTMultiplexedAudioChannelsDescriptionCodeSequence *  dcmSequence  )  [inline]

Set the DRTMultiplexedAudioChannelsDescriptionCodeSequence this interface class provides access to.

Parameters:
dcmSequence Pointer to DRTMultiplexedAudioChannelsDescriptionCodeSequence

Definition at line 70 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.h.


Member Data Documentation

DRTMultiplexedAudioChannelsDescriptionCodeSequence* ml::DcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface::_dcmSequence [protected]

Reference to the wrapped DcmSequence.

Definition at line 138 of file mlDcmDRTMultiplexedAudioChannelsDescriptionCodeSequenceInterface.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