DCMTK  Version 3.6.7
OFFIS DICOM Toolkit
Public Member Functions | Private Attributes | List of all members
DSRDocumentTreeNodeAnnotationFilter Class Reference

Class implementing a document tree node filter that checks for a given annotation. More...

+ Inheritance diagram for DSRDocumentTreeNodeAnnotationFilter:

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...
 
- Public Member Functions inherited from DSRDocumentTreeNodeFilter
virtual ~DSRDocumentTreeNodeFilter ()
 destructor
 

Private Attributes

const DSRTreeNodeAnnotation Annotation
 annotation to check for
 

Detailed Description

Class implementing a document tree node filter that checks for a given annotation.

Constructor & Destructor Documentation

◆ DSRDocumentTreeNodeAnnotationFilter()

DSRDocumentTreeNodeAnnotationFilter::DSRDocumentTreeNodeAnnotationFilter ( const DSRTreeNodeAnnotation annotation)

constructor

Parameters
annotationannotation to check for

Member Function Documentation

◆ matches()

virtual OFBool DSRDocumentTreeNodeAnnotationFilter::matches ( const DSRDocumentTreeNode node) const
virtual

check whether given node matches the filter criterion (annotation)

Parameters
nodepointer to the node to be checked
Returns
OFTrue if 'node' matches the filter criterion, OFFalse otherwise

Implements DSRDocumentTreeNodeFilter.


The documentation for this class was generated from the following file:


Generated on Thu Apr 28 2022 for DCMTK Version 3.6.7 by Doxygen 1.9.1