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 107 of file dcistrma.h.
|
|
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.
Implemented in DcmZLibInputFilter. |