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