libigl v2.5.0
Loading...
Searching...
No Matches
cdt.h File Reference
#include "../../igl_inline.h"
#include <Eigen/Core>
#include <string>
#include <tetgen.h>
#include "cdt.cpp"

Go to the source code of this file.

Classes

struct  igl::copyleft::tetgen::CDTParam
 Parameters for controling the CDT. More...

Namespaces

namespace  igl
namespace  igl::copyleft
namespace  igl::copyleft::tetgen

Macros

#define TETLIBRARY

Functions

template<typename DerivedV, typename DerivedF, typename DerivedTV, typename DerivedTT, typename DerivedTF>
bool igl::copyleft::tetgen::cdt (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const CDTParam &param, 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.

Macro Definition Documentation

◆ TETLIBRARY

#define TETLIBRARY