DcmInputFilter Class Reference

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

Inheritance diagram for DcmInputFilter:

DcmProducer DcmZLibInputFilter List of all members.

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.

Detailed Description

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

intermediate nodes of a filter chain in an input stream.

Definition at line 103 of file dcistrma.h.


Member Function Documentation

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.

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

Implemented in DcmZLibInputFilter.


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