OFFIS DCMTK  Version 3.6.0
Public Member Functions | Public Attributes | List of all members
DSRWaveformChannelItem Class Reference

Class for waveform channel items. More...

Public Member Functions

 DSRWaveformChannelItem (const Uint16 multiplexGroupNumber=0, const Uint16 channelNumber=0)
 (default) constructor
 
OFBool operator== (const DSRWaveformChannelItem &item) const
 comparison operator
 
OFBool operator!= (const DSRWaveformChannelItem &item) const
 comparison operator
 
OFBool operator< (const DSRWaveformChannelItem &item) const
 comparison operator
 
OFBool operator> (const DSRWaveformChannelItem &item) const
 comparison operator
 

Public Attributes

Uint16 MultiplexGroupNumber
 multiplex group number value (VR=US)
 
Uint16 ChannelNumber
 channel number value (VR=US)
 

Detailed Description

Class for waveform channel items.

Definition at line 46 of file dsrwavch.h.

Constructor & Destructor Documentation

DSRWaveformChannelItem::DSRWaveformChannelItem ( const Uint16  multiplexGroupNumber = 0,
const Uint16  channelNumber = 0 
)
inline

(default) constructor

Parameters
multiplexGroupNumberoptional multiplex group number
channelNumberoptional channel number

Definition at line 54 of file dsrwavch.h.

Member Function Documentation

OFBool DSRWaveformChannelItem::operator!= ( const DSRWaveformChannelItem item) const
inline

comparison operator

Parameters
itemitem with which the (m,c) pair should be compared
Returns
true if not equal, false if equal

Definition at line 74 of file dsrwavch.h.

References ChannelNumber, and MultiplexGroupNumber.

OFBool DSRWaveformChannelItem::operator< ( const DSRWaveformChannelItem item) const
inline

comparison operator

Parameters
itemitem with which the (m,c) pair should be compared
Returns
true if smaller. ChannelNumber takes precedence over MultiplexGroupNumber.

Definition at line 83 of file dsrwavch.h.

References ChannelNumber, and MultiplexGroupNumber.

OFBool DSRWaveformChannelItem::operator== ( const DSRWaveformChannelItem item) const
inline

comparison operator

Parameters
itemitem with which the (m,c) pair should be compared
Returns
OFTrue if both pairs are equal, OFFalse otherwise

Definition at line 65 of file dsrwavch.h.

References ChannelNumber, and MultiplexGroupNumber.

OFBool DSRWaveformChannelItem::operator> ( const DSRWaveformChannelItem item) const
inline

comparison operator

Parameters
itemitem with which the (m,c) pair should be compared
Returns
true if greater. ChannelNumber takes precedence over MultiplexGroupNumber.

Definition at line 92 of file dsrwavch.h.

References ChannelNumber, and MultiplexGroupNumber.


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


Generated on Thu Dec 20 2012 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.8.2