| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
Class implementing a document tree node filter that checks for the presence (or absence) of sibling nodes. More...
 Inheritance diagram for DSRDocumentTreeNodeHasSiblingsFilter:
 Inheritance diagram for DSRDocumentTreeNodeHasSiblingsFilter:| Public Member Functions | |
| DSRDocumentTreeNodeHasSiblingsFilter (const OFBool hasSiblings=OFTrue) | |
| (default) constructor | |
| virtual | ~DSRDocumentTreeNodeHasSiblingsFilter () | 
| destructor | |
| virtual OFBool | matches (const DSRDocumentTreeNode *node) const | 
| check whether given node matches the filter criterion | |
|  Public Member Functions inherited from DSRDocumentTreeNodeFilter | |
| 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.