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 97 of file dcostrma.h.
virtual void DcmOutputFilter::append | ( | DcmConsumer & | consumer | ) | [pure virtual] |
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.
consumer | reference to consumer, must not be circular chain |
Implemented in DcmZLibOutputFilter.