29 #ifndef DCMJPLS_DJRPARAM_H
30 #define DCMJPLS_DJRPARAM_H
32 #include "dcmtk/config/osconfig.h"
33 #include "dcmtk/dcmdata/dcpixel.h"
46 Uint16 nearlosslessDeviation,
47 OFBool losslessProcess);
OFBool useLosslessProcess() const
returns true if lossless compression is desired
DJLSRepresentationParameter(Uint16 nearlosslessDeviation, OFBool losslessProcess)
constructor
Uint16 getnearlosslessDeviation() const
returns the desired NEAR parameter
abstract base class for codec representation parameter sets.
virtual const char * className() const
returns the class name as string.
OFBool losslessProcess_
true if lossless process should be used even in lossy transfer syntax
virtual DcmRepresentationParameter * clone() const
this methods creates a copy of type DcmRepresentationParameter * it must be overweritten in every sub...
Uint16 nearlosslessDeviation_
desired NEAR parameter Default is 0 (lossless compression).
representation parameter for JPEG-LS
virtual ~DJLSRepresentationParameter()
destructor
virtual OFBool operator==(const DcmRepresentationParameter &arg) const
compares an object to another DcmRepresentationParameter.