|
MeVisLab Toolbox Reference
|
#include <CSOPredicateImplementations.h>
Public Member Functions | |
| CSOIsParallelToPlanePredicate (const Vector3 &planeNormal, double epsilon) | |
| 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 66 of file CSOPredicateImplementations.h.
| ml::CSOIsParallelToPlanePredicate::CSOIsParallelToPlanePredicate | ( | const Vector3 & | planeNormal, |
| double | epsilon | ||
| ) |
|
overridevirtual |
Returns whether the specified CSO satisfies the predicate.
Implements ml::CSOPredicate.