Inheritance diagram for DcmRLERepresentationParameter:
Public Member Functions | |
DcmRLERepresentationParameter () | |
constructor | |
DcmRLERepresentationParameter (const DcmRLERepresentationParameter &arg) | |
copy constructor | |
virtual | ~DcmRLERepresentationParameter () |
destructor | |
virtual DcmRepresentationParameter * | clone () const |
this methods creates a copy of type DcmRepresentationParameter * it must be overweritten in every subclass. | |
virtual const char * | className () const |
returns the class name as string. | |
virtual OFBool | operator== (const DcmRepresentationParameter &arg) const |
compares an object to another DcmRepresentationParameter. |
This is actually a dummy class since there are no compression options in the RLE algorithm.
Definition at line 44 of file dcrlerp.h.
|
returns the class name as string. can be used in operator== as poor man's RTTI replacement. Implements DcmRepresentationParameter. |
|
this methods creates a copy of type DcmRepresentationParameter * it must be overweritten in every subclass.
Implements DcmRepresentationParameter. |
|
compares an object to another DcmRepresentationParameter. Implementation must make sure that classes are comparable.
Implements DcmRepresentationParameter. |