DcmRLECodecParameter Class Reference

codec parameter for RLE codec More...

Inheritance diagram for DcmRLECodecParameter:

DcmCodecParameter List of all members.

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 DcmCodecParameterclone () 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

DcmRLECodecParameteroperator= (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

Detailed Description

codec parameter for RLE codec

Definition at line 42 of file dcrlecp.h.


Constructor & Destructor Documentation

DcmRLECodecParameter::DcmRLECodecParameter OFBool  pVerbose = OFFalse,
OFBool  pCreateSOPInstanceUID = OFFalse,
Uint32  pFragmentSize = 0,
OFBool  pCreateOffsetTable = OFTrue,
OFBool  pConvertToSC = OFFalse
 

constructor.

Parameters:
pVerbose verbose mode flag
pCreateSOPInstanceUID true if a new SOP instance UID should be assigned upon compression/decompression
pFragmentSize maximum fragment size (in kbytes) for compression, 0 for unlimited.
pCreateOffsetTable create offset table during image compression?
pConvertToSC flag indicating whether image should be converted to Secondary Capture upon compression


Member Function Documentation

virtual const char* DcmRLECodecParameter::className  )  const [virtual]
 

returns the class name as string.

can be used as poor man's RTTI replacement.

Implements DcmCodecParameter.

virtual DcmCodecParameter* DcmRLECodecParameter::clone  )  const [virtual]
 

this methods creates a copy of type DcmCodecParameter * it must be overweritten in every subclass.

Returns:
copy of this object

Implements DcmCodecParameter.

OFBool DcmRLECodecParameter::getConvertToSC  )  const [inline]
 

returns secondary capture conversion flag

Returns:
secondary capture conversion flag
Definition at line 98 of file dcrlecp.h.

References convertToSC.

OFBool DcmRLECodecParameter::getCreateOffsetTable  )  const [inline]
 

returns offset table creation flag

Returns:
offset table creation flag
Definition at line 90 of file dcrlecp.h.

References createOffsetTable.

Uint32 DcmRLECodecParameter::getFragmentSize  )  const [inline]
 

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.

OFBool DcmRLECodecParameter::getUIDCreation  )  const [inline]
 

returns mode for SOP Instance UID creation

Returns:
mode for SOP Instance UID creation
Definition at line 106 of file dcrlecp.h.

References createInstanceUID.

OFBool DcmRLECodecParameter::isVerbose  )  const [inline]
 

returns verbose mode flag

Returns:
verbose mode flag
Definition at line 114 of file dcrlecp.h.

References verboseMode.


The documentation for this class was generated from the following file:


Generated on 4 Nov 2004 for OFFIS DCMTK Version 3.5.3 by Doxygen 1.3.8