CGAL 6.1 - 3D Mesh Generation
|
#include <CGAL/Implicit_to_labeling_function_wrapper.h>
Wraps a set of implicit function [f1,f2,...] to one function F which takes its values into N.
Let p be a point. F(p) = 0b000000(f2(p)<0)(f1(p)<0)
It can handle at most 8 functions.
Public Member Functions | |
Implicit_vector_to_labeling_function_wrapper (const std::vector< Function_ * > &v) | |
Constructor. | |
~Implicit_vector_to_labeling_function_wrapper () | |
Destructor. | |
return_type | operator() (const Point_3 &p) const |
Operator () | |