DCMTK
Version 3.6.1 20170228
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. More... | |
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 >.