DCMTK Version 3.6.8
OFFIS DICOM Toolkit
|
Class implementing a document tree node filter that checks for the presence (or absence) of child nodes. More...
Public Member Functions | |
DSRDocumentTreeNodeHasChildrenFilter (const OFBool hasChildren=OFTrue) | |
(default) constructor More... | |
virtual | ~DSRDocumentTreeNodeHasChildrenFilter () |
destructor | |
virtual OFBool | matches (const DSRDocumentTreeNode *node) const |
check whether given node matches the filter criterion More... | |
![]() | |
virtual | ~DSRDocumentTreeNodeFilter () |
destructor | |
virtual OFBool | matches (const DSRDocumentTreeNode *node) const =0 |
check whether given node matches the filter criterion (abstract) More... | |
Private Attributes | |
const OFBool | HasChildren |
mode specifying whether the filter matches on the presence or absence of child nodes | |
Class implementing a document tree node filter that checks for the presence (or absence) of child nodes.
DSRDocumentTreeNodeHasChildrenFilter::DSRDocumentTreeNodeHasChildrenFilter | ( | const OFBool | hasChildren = OFTrue | ) |
(default) constructor
hasChildren | mode specifying whether the filter matches on the presence (default) or absence of child nodes |
|
virtual |
check whether given node matches the filter criterion
node | pointer to the node to be checked |
Implements DSRDocumentTreeNodeFilter.