DCMTK
Version 3.6.7
OFFIS DICOM Toolkit
|
Class implementing a list of document tree node filters that are combined with OR (disjunction) More...
Public Member Functions | |
virtual | ~DSRDocumentTreeNodeOrFilter () |
destructor | |
virtual OFBool | matches (const DSRDocumentTreeNode *node) const |
check whether given node matches at least a single filter criterion 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 | ~DSRDocumentTreeNodeFilter () |
destructor | |
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 OR (disjunction)
|
virtual |
check whether given node matches at least a single filter criterion in the list
node | pointer to the node to be checked |
Implements DSRDocumentTreeNodeFilterList.