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