User-defined peel predicate. More...
#include <UserPredicates.h>
Public Member Functions | |
virtual bool | operator() (const Triangle2 *, std::set< Triangle2 * > *pCurrentSet)=0 |
User-defined peel predicate.
This class is the successor of the deprecated (but still valid) UserPredicateT. In contrast to UserPredicateT the operator() receives also a set of current triangles to enable border-edge tests.