| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
Class implementing a document tree node filter that checks for a given annotation. More...
 Inheritance diagram for DSRDocumentTreeNodeAnnotationFilter:
 Inheritance diagram for DSRDocumentTreeNodeAnnotationFilter:| Public Member Functions | |
| DSRDocumentTreeNodeAnnotationFilter (const DSRTreeNodeAnnotation &annotation) | |
| constructor | |
| virtual | ~DSRDocumentTreeNodeAnnotationFilter () | 
| destructor | |
| virtual OFBool | matches (const DSRDocumentTreeNode *node) const | 
| check whether given node matches the filter criterion (annotation) | |
|  Public Member Functions inherited from DSRDocumentTreeNodeFilter | |
| virtual | ~DSRDocumentTreeNodeFilter () | 
| destructor | |
| Private Attributes | |
| const DSRTreeNodeAnnotation | Annotation | 
| annotation to check for | |
Class implementing a document tree node filter that checks for a given annotation.
| DSRDocumentTreeNodeAnnotationFilter::DSRDocumentTreeNodeAnnotationFilter | ( | const DSRTreeNodeAnnotation & | annotation | ) | 
constructor
| annotation | annotation to check for | 
| 
 | virtual | 
check whether given node matches the filter criterion (annotation)
| node | pointer to the node to be checked | 
Implements DSRDocumentTreeNodeFilter.