DSRWaveformChannelItem Class Reference

Class for waveform channel items. More...

List of all members.

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 50 of file dsrwavch.h.


Constructor & Destructor Documentation

DSRWaveformChannelItem::DSRWaveformChannelItem const Uint16  multiplexGroupNumber = 0,
const Uint16  channelNumber = 0
[inline]
 

(default) constructor

Parameters:
multiplexGroupNumber optional multiplex group number
channelNumber optional channel number

Definition at line 58 of file dsrwavch.h.


Member Function Documentation

OFBool DSRWaveformChannelItem::operator!= const DSRWaveformChannelItem item  )  const [inline]
 

comparison operator

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

Definition at line 78 of file dsrwavch.h.

References ChannelNumber, and MultiplexGroupNumber.

OFBool DSRWaveformChannelItem::operator< const DSRWaveformChannelItem item  )  const [inline]
 

comparison operator

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

Definition at line 87 of file dsrwavch.h.

References ChannelNumber, and MultiplexGroupNumber.

OFBool DSRWaveformChannelItem::operator== const DSRWaveformChannelItem item  )  const [inline]
 

comparison operator

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

Definition at line 69 of file dsrwavch.h.

References ChannelNumber, and MultiplexGroupNumber.

OFBool DSRWaveformChannelItem::operator> const DSRWaveformChannelItem item  )  const [inline]
 

comparison operator

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

Definition at line 96 of file dsrwavch.h.

References ChannelNumber, and MultiplexGroupNumber.


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


Generated on 20 Dec 2005 for OFFIS DCMTK Version 3.5.4 by Doxygen 1.4.5