| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
all actual filter implementations must inherit this interface. More...
 Inheritance diagram for DcmAttributeFilter::FilterInterface:
 Inheritance diagram for DcmAttributeFilter::FilterInterface:| 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.
| 
 | pure virtual | 
apply the actual filter.
| value | the value to be compared with the range of values. | 
Implemented in DcmAttributeFilter::IteratorBasedFilter< Iterator >.