|
MeVisLab Toolbox Reference
|
#include <CSOPredicateImplementations.h>
Public Member Functions | |
| CSOIsInSamePlaneAsPredicate (const CSO &refCSO) | |
| bool | isSatisfied (const CSO &cso) const override |
| Returns whether the specified CSO satisfies the predicate. | |
Public Member Functions inherited from ml::CSOPredicate | |
| virtual | ~CSOPredicate ()=default |
Definition at line 55 of file CSOPredicateImplementations.h.
| ml::CSOIsInSamePlaneAsPredicate::CSOIsInSamePlaneAsPredicate | ( | const CSO & | refCSO | ) |
|
overridevirtual |
Returns whether the specified CSO satisfies the predicate.
Implements ml::CSOPredicate.