#include "../../igl_inline.h"
#include <Eigen/Core>
#include <string>
#include <tetgen.h>
#include "cdt.cpp"
Go to the source code of this file.
|
template<typename DerivedV , typename DerivedF , typename DerivedTV , typename DerivedTT , typename DerivedTF > |
bool | igl::copyleft::tetgen::cdt (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const CDTParam ¶m, Eigen::PlainObjectBase< DerivedTV > &TV, Eigen::PlainObjectBase< DerivedTT > &TT, Eigen::PlainObjectBase< DerivedTF > &TF) |
| Create a constrained delaunay tessellation containing convex hull of the given non-selfintersecting mesh.
|
|
◆ TETLIBRARY