CGAL 6.0.1 - 3D Mesh Generation
|
#include <CGAL/Implicit_to_labeling_function_wrapper.h>
This class is designed to wrap an implicit function which describes a domain by [p is inside if f(p)<0] to a function which takes its values into {0,1}.
f(p)=0 means that p is outside the domain.
Public Member Functions | |
Implicit_to_labeling_function_wrapper (Function_ f) | |
Constructor. | |
return_type | operator() (const Point_3 &p) const |
Operator () | |