DcmOutputFilter Class Reference

pure virtual abstract base class for output filters, i.e. More...

Inheritance diagram for DcmOutputFilter:

DcmConsumer DcmZLibOutputFilter List of all members.

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.

Detailed Description

pure virtual abstract base class for output filters, i.e.

intermediate nodes of a filter chain in an output stream.

Definition at line 97 of file dcostrma.h.


Member Function Documentation

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.

Parameters:
consumer reference to consumer, must not be circular chain

Implemented in DcmZLibOutputFilter.


The documentation for this class was generated from the following file:


Generated on 6 Jan 2011 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.5.1