#include "../../igl_inline.h"
#include "tetgen.h"
#include <vector>
#include <unordered_map>
#include <Eigen/Core>
#include "tetgenio_to_tetmesh.cpp"
Go to the source code of this file.
|
| template<typename DerivedV, typename DerivedT, typename DerivedF, typename DerivedTM, typename DerivedR, typename DerivedN, typename DerivedPT, typename DerivedFT> |
| bool | igl::copyleft::tetgen::tetgenio_to_tetmesh (const tetgenio &out, Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedT > &T, Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedTM > &TM, Eigen::PlainObjectBase< DerivedR > &R, Eigen::PlainObjectBase< DerivedN > &N, Eigen::PlainObjectBase< DerivedPT > &PT, Eigen::PlainObjectBase< DerivedFT > &FT, int &num_regions) |
| | Convert a tetgenio to a tetmesh.
|
◆ TETLIBRARY