DCMTK
Version 3.6.6
OFFIS DICOM Toolkit
|
Class implementing a document tree node filter that checks for a given annotation. More...
Public Member Functions | |
DSRDocumentTreeNodeAnnotationFilter (const DSRTreeNodeAnnotation &annotation) | |
constructor More... | |
virtual | ~DSRDocumentTreeNodeAnnotationFilter () |
destructor | |
virtual OFBool | matches (const DSRDocumentTreeNode *node) const |
check whether given node matches the filter criterion (annotation) More... | |
![]() | |
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.