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 39 of file dcrlerp.h.
| virtual DcmRepresentationParameter* DcmRLERepresentationParameter::clone | ( | ) | const [virtual] |
this methods creates a copy of type DcmRepresentationParameter * it must be overweritten in every subclass.
Implements DcmRepresentationParameter.
| virtual const char* DcmRLERepresentationParameter::className | ( | ) | const [virtual] |
returns the class name as string.
can be used in operator== as poor man's RTTI replacement.
Implements DcmRepresentationParameter.
| virtual OFBool DcmRLERepresentationParameter::operator== | ( | const DcmRepresentationParameter & | arg | ) | const [virtual] |
compares an object to another DcmRepresentationParameter.
Implementation must make sure that classes are comparable.
| arg | representation parameter to compare with |
Implements DcmRepresentationParameter.