| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
representation parameter for JPEG-LS More...
 Inheritance diagram for DJLSRepresentationParameter:
 Inheritance diagram for DJLSRepresentationParameter:| Public Member Functions | |
| DJLSRepresentationParameter (Uint16 nearlosslessDeviation=2, OFBool losslessProcess=OFTrue) | |
| constructor | |
| DJLSRepresentationParameter (const DJLSRepresentationParameter &arg) | |
| copy constructor | |
| virtual | ~DJLSRepresentationParameter () | 
| 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. | |
| Uint16 | getnearlosslessDeviation () const | 
| returns the desired NEAR parameter | |
| OFBool | useLosslessProcess () const | 
| returns true if lossless compression is desired | |
|  Public Member Functions inherited from DcmRepresentationParameter | |
| DcmRepresentationParameter () | |
| default constructor | |
| DcmRepresentationParameter (const DcmRepresentationParameter &) | |
| copy constructor | |
| virtual | ~DcmRepresentationParameter () | 
| destructor | |
| Private Attributes | |
| Uint16 | nearlosslessDeviation_ | 
| desired NEAR parameter Default is 0 (lossless compression). | |
| OFBool | losslessProcess_ | 
| true if lossless process should be used even in lossy transfer syntax | |
representation parameter for JPEG-LS
| DJLSRepresentationParameter::DJLSRepresentationParameter | ( | Uint16 | nearlosslessDeviation = 2, | 
| OFBool | losslessProcess = OFTrue ) | 
constructor
| nearlosslessDeviation | used as parameter NEAR in JPEG-LS nearlossless-encoding process | 
| losslessProcess | true if lossless process is requested | 
Referenced by DJLSRepresentationParameter().
| 
 | 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.
References DcmRepresentationParameter::DcmRepresentationParameter().
| 
 | inline | 
returns the desired NEAR parameter
References nearlosslessDeviation_.
| 
 | virtual | 
compares an object to another DcmRepresentationParameter.
Implementation must make sure that classes are comparable.
| arg | representation parameter to compare with | 
Implements DcmRepresentationParameter.
References DcmRepresentationParameter::DcmRepresentationParameter().
| 
 | inline | 
returns true if lossless compression is desired
References losslessProcess_.
| 
 | private | 
desired NEAR parameter Default is 0 (lossless compression).
Ignored during lossless compression.
Referenced by getnearlosslessDeviation().