#include "../../igl_inline.h"
#include "../../MeshBooleanType.h"
#include <Eigen/Core>
#include <functional>
#include "mesh_boolean_type_to_funcs.cpp"
Go to the source code of this file.
|
void | igl::copyleft::cgal::mesh_boolean_type_to_funcs (const MeshBooleanType &type, std::function< int(const Eigen::Matrix< int, 1, Eigen::Dynamic >) > &wind_num_op, std::function< int(const int, const int)> &keep) |
| Convert a MeshBooleanType enum to a pair of winding number conversion function and "keep" function used by mesh_boolean.
|
|