Add a new type in Implicit_multi_domain_to_labeled_function_wrapper.

Add the type definition Function_vector in the wrapper
Implicit_multi_domain_to_labeled_function_wrapper.
This commit is contained in:
Aymeric PELLE 2014-03-04 18:30:50 +01:00
parent 355ab2d8cf
commit 3c0316e3a2
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ public:
typedef int return_type;
typedef typename BGT::Point_3 Point_3;
typedef Function_ Function;
typedef std::vector<Function_> Function_vector;
private:
std::vector<Function> funcs;