![]() |
Prusa Slicer 2.6.0
|
#include "../../igl_inline.h"#include <Eigen/Core>#include <string>#include "tetgen.h"#include "cdt.cpp"
Include dependency graph for cdt.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | igl::copyleft::tetgen::CDTParam |
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 > | |
| IGL_INLINE 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) |
| struct igl::copyleft::tetgen::CDTParam |
Collaboration diagram for igl::copyleft::tetgen::CDTParam:| Class Members | ||
|---|---|---|
| double | bounding_box_scale = 1.01 | |
| string | flags = "Y" | |
| bool | use_bounding_box = false | |
| #define TETLIBRARY |