Inheritance diagram for DcmInputFilter:

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. | |
intermediate nodes of a filter chain in an input stream.
Definition at line 103 of file dcistrma.h.
| 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.