DCMTK Version 3.6.9
OFFIS DICOM Toolkit
|
all actual filter implementations must inherit this interface. More...
Public Member Functions | |
virtual | ~FilterInterface () |
enable virtual destructor. | |
virtual OFBool | apply (const OFString &value)=0 |
apply the actual filter. | |
all actual filter implementations must inherit this interface.
apply the actual filter.
value | the value to be compared with the range of values. |
Implemented in DcmAttributeFilter::IteratorBasedFilter< Iterator >.