Fade2D Documentation pages v2.16.7
Delaunay Features
GEOM_FADE2D::PeelPredicateTS Class Referenceabstract

User-defined peel predicate. More...

#include <UserPredicates.h>

Public Member Functions

virtual bool operator() (const Triangle2 *, std::set< Triangle2 * > *pCurrentSet)=0
 

Detailed Description

This is a base class from which users can derive and adapt their own custom class and pass it as a predicate to Zone2::peelOffIf().

See also
C++ Example: Removing unwanted border triangles with a custom UserPredicateTS.

The documentation for this class was generated from the following file: