#include "../../igl_inline.h"
#include "tetgen.h"
#include <vector>
#include <Eigen/Core>
#include "tetgenio_to_tetmesh.cpp"
Go to the source code of this file.
|
| IGL_INLINE bool | igl::copyleft::tetgen::tetgenio_to_tetmesh (const tetgenio &out, std::vector< std::vector< REAL > > &V, std::vector< std::vector< int > > &T, std::vector< std::vector< int > > &F) |
| |
| IGL_INLINE bool | igl::copyleft::tetgen::tetgenio_to_tetmesh (const tetgenio &out, std::vector< std::vector< REAL > > &V, std::vector< std::vector< int > > &T) |
| |
| template<typename DerivedV , typename DerivedT , typename DerivedF > |
| IGL_INLINE bool | igl::copyleft::tetgen::tetgenio_to_tetmesh (const tetgenio &out, Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedT > &T, Eigen::PlainObjectBase< DerivedF > &F) |
| |
| template<typename DerivedV , typename DerivedT > |
| IGL_INLINE bool | igl::copyleft::tetgen::tetgenio_to_tetmesh (const tetgenio &out, Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedT > &T) |
| |
◆ TETLIBRARY