Inheritance diagram for DcmRLECodecParameter:
Public Member Functions | |
DcmRLECodecParameter (OFBool pVerbose=OFFalse, OFBool pCreateSOPInstanceUID=OFFalse, Uint32 pFragmentSize=0, OFBool pCreateOffsetTable=OFTrue, OFBool pConvertToSC=OFFalse) | |
constructor. | |
DcmRLECodecParameter (const DcmRLECodecParameter &arg) | |
copy constructor | |
virtual | ~DcmRLECodecParameter () |
destructor | |
virtual DcmCodecParameter * | clone () const |
this methods creates a copy of type DcmCodecParameter * it must be overweritten in every subclass. | |
virtual const char * | className () const |
returns the class name as string. | |
Uint32 | getFragmentSize () const |
returns maximum fragment size (in kbytes) for compression, 0 for unlimited. | |
OFBool | getCreateOffsetTable () const |
returns offset table creation flag | |
OFBool | getConvertToSC () const |
returns secondary capture conversion flag | |
OFBool | getUIDCreation () const |
returns mode for SOP Instance UID creation | |
OFBool | isVerbose () const |
returns verbose mode flag | |
Private Member Functions | |
DcmRLECodecParameter & | operator= (const DcmRLECodecParameter &) |
private undefined copy assignment operator | |
Private Attributes | |
Uint32 | fragmentSize |
maximum fragment size (in kbytes) for compression, 0 for unlimited. | |
OFBool | createOffsetTable |
create offset table during image compression | |
OFBool | convertToSC |
flag indicating whether image should be converted to Secondary Capture upon compression | |
OFBool | createInstanceUID |
create new Instance UID during compression/decompression? | |
OFBool | verboseMode |
verbose mode flag. If true, warning messages are printed to console |
Definition at line 42 of file dcrlecp.h.
|
constructor.
|
|
returns the class name as string. can be used as poor man's RTTI replacement. Implements DcmCodecParameter.
|
|
this methods creates a copy of type DcmCodecParameter * it must be overweritten in every subclass.
Implements DcmCodecParameter.
|
|
returns secondary capture conversion flag
References convertToSC. |
|
returns offset table creation flag
References createOffsetTable. |
|
returns maximum fragment size (in kbytes) for compression, 0 for unlimited. fragment size for compression Definition at line 82 of file dcrlecp.h. References fragmentSize. |
|
returns mode for SOP Instance UID creation
References createInstanceUID. |
|
returns verbose mode flag
References verboseMode. |