DCMTK Version 3.6.8
OFFIS DICOM Toolkit
|
Class implementing a list of document tree node filters that are combined with AND (conjunction) More...
Public Member Functions | |
virtual | ~DSRDocumentTreeNodeAndFilter () |
destructor | |
virtual OFBool | matches (const DSRDocumentTreeNode *node) const |
check whether given node matches all filter criteria in the list More... | |
![]() | |
DSRDocumentTreeNodeFilterList () | |
default constructor | |
virtual | ~DSRDocumentTreeNodeFilterList () |
destructor | |
OFCondition | addFilter (DSRDocumentTreeNodeFilter *filter) |
add a document tree node filter to the list More... | |
virtual OFBool | matches (const DSRDocumentTreeNode *node) const =0 |
check whether given node matches the filter criteria in the list (abstract) More... | |
![]() | |
virtual | ~DSRDocumentTreeNodeFilter () |
destructor | |
virtual OFBool | matches (const DSRDocumentTreeNode *node) const =0 |
check whether given node matches the filter criterion (abstract) More... | |
Additional Inherited Members | |
![]() | |
OFList< DSRDocumentTreeNodeFilter * > | FilterList |
list of pointers to filter criteria | |
Class implementing a list of document tree node filters that are combined with AND (conjunction)
|
virtual |
check whether given node matches all filter criteria in the list
node | pointer to the node to be checked |
Implements DSRDocumentTreeNodeFilterList.