Inheritance diagram for DJ_RPLossless:
Public Member Functions | |
DJ_RPLossless (int aPrediction=1, int aPt=0) | |
constructor | |
DJ_RPLossless (const DJ_RPLossless &arg) | |
copy constructor | |
virtual | ~DJ_RPLossless () |
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. | |
int | getPrediction () const |
returns the prediction value | |
int | getPointTransformation () const |
returns the point transform | |
Private Attributes | |
int | prediction |
prediction value | |
int | pt |
point transform value |
Definition at line 42 of file djrplol.h.
|
constructor
|
|
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. |
|
returns the point transform
Definition at line 87 of file djrplol.h. References pt. |
|
returns the prediction value
Definition at line 79 of file djrplol.h. References prediction. |
|
compares an object to another DcmRepresentationParameter. Implementation must make sure that classes are comparable.
Implements DcmRepresentationParameter. |