libigl v2.5.0
|
#include "../../igl_inline.h"
#include <Eigen/Dense>
#include <CGAL/Complex_2_in_triangulation_3.h>
#include "complex_to_mesh.cpp"
Go to the source code of this file.
Namespaces | |
namespace | igl |
namespace | igl::copyleft |
namespace | igl::copyleft::cgal |
Functions | |
template<typename Tr , typename DerivedV , typename DerivedF > | |
bool | igl::copyleft::cgal::complex_to_mesh (const CGAL::Complex_2_in_triangulation_3< Tr > &c2t3, Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedF > &F) |
Convert a CGAL::Complex_2_in_triangulation_3 to a mesh (V,F) | |