DCMTK
Version 3.6.6
OFFIS DICOM Toolkit
|
representation parameter for lossless JPEG More...
Public Member Functions | |
DJ_RPLossless (int aPrediction=1, int aPt=0) | |
constructor More... | |
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. More... | |
virtual const char * | className () const |
returns the class name as string. More... | |
virtual OFBool | operator== (const DcmRepresentationParameter &arg) const |
compares an object to another DcmRepresentationParameter. More... | |
int | getPrediction () const |
returns the prediction value More... | |
int | getPointTransformation () const |
returns the point transform More... | |
![]() | |
DcmRepresentationParameter () | |
default constructor | |
DcmRepresentationParameter (const DcmRepresentationParameter &) | |
copy constructor | |
virtual | ~DcmRepresentationParameter () |
destructor | |
Private Attributes | |
int | prediction |
prediction value | |
int | pt |
point transform value | |
representation parameter for lossless JPEG
DJ_RPLossless::DJ_RPLossless | ( | int | aPrediction = 1 , |
int | aPt = 0 |
||
) |
constructor
aPrediction | prediction value |
aPt | point transform value |
|
virtual |
returns the class name as string.
can be used in operator== as poor man's RTTI replacement.
Implements DcmRepresentationParameter.
|
virtual |
this methods creates a copy of type DcmRepresentationParameter * it must be overweritten in every subclass.
Implements DcmRepresentationParameter.
|
inline |
returns the point transform
|
inline |
returns the prediction value
|
virtual |
compares an object to another DcmRepresentationParameter.
Implementation must make sure that classes are comparable.
arg | representation parameter to compare with |
Implements DcmRepresentationParameter.