Inheritance diagram for DcmOutputFilter:
Public Member Functions | |
virtual | ~DcmOutputFilter () |
destructor | |
virtual void | append (DcmConsumer &consumer)=0 |
determines the consumer to which the filter is supposed to write it's output. |
intermediate nodes of a filter chain in an output stream.
Definition at line 102 of file dcostrma.h.
|
determines the consumer to which the filter is supposed to write it's output. Once a consumer for the output filter has been defined, it cannot be changed anymore during the lifetime of the object.
Implemented in DcmZLibOutputFilter. |