|
libigl v2.5.0
|
#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.
Namespaces | |
| namespace | igl |
| namespace | igl::copyleft |
| namespace | igl::copyleft::cgal |
Functions | |
| 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. | |