CGAL 6.0 - 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.