CGAL 6.0 - 3D Mesh Generation
Loading...
Searching...
No Matches
CGAL::Implicit_vector_to_labeling_function_wrapper< Function_, BGT > Class Template Reference

#include <CGAL/Implicit_to_labeling_function_wrapper.h>

Definition

template<class Function_, class BGT>
class CGAL::Implicit_vector_to_labeling_function_wrapper< Function_, BGT >
Deprecated:

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 ()