|
MeVisLab Toolbox Reference
|
#include <CSOPredicate.h>
Public Member Functions | |
| virtual | ~CSOPredicate ()=default |
| virtual bool | isSatisfied (const CSO &cso) const =0 |
| Returns whether the specified CSO satisfies the predicate. | |
Definition at line 28 of file CSOPredicate.h.
|
virtualdefault |
|
pure virtual |
Returns whether the specified CSO satisfies the predicate.
Implemented in ml::CSOIsClosedPredicate, ml::CSOIsOpenPredicate, ml::CSOIsNotSelfIntersectingPredicate, ml::CSOIsInPlanePredicate, ml::CSOIsInSamePlaneAsPredicate, and ml::CSOIsParallelToPlanePredicate.