DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
pure virtual abstract base class for input filters, i.e. More...
Public Member Functions | |
virtual | ~DcmInputFilter () |
destructor | |
virtual void | append (DcmProducer &producer)=0 |
determines the producer from which the filter is supposed to read it's input. |
pure virtual abstract base class for input filters, i.e.
intermediate nodes of a filter chain in an input stream.
virtual void DcmInputFilter::append | ( | DcmProducer & | producer | ) | [pure virtual] |
determines the producer from which the filter is supposed to read it's input.
Once a producer for the input filter has been defined, it cannot be changed anymore during the lifetime of the object.
producer | reference to producer, must not be circular chain |
Implemented in DcmZLibInputFilter.