#include "../../igl_inline.h"
#include "tetgen.h"
#include <vector>
#include <Eigen/Core>
#include "mesh_to_tetgenio.cpp"
Go to the source code of this file.
|
template<typename DerivedV , typename DerivedF , typename DerivedH , typename DerivedVM , typename DerivedFM , typename DerivedR > |
void | igl::copyleft::tetgen::mesh_to_tetgenio (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedH > &H, const Eigen::MatrixBase< DerivedVM > &VM, const Eigen::MatrixBase< DerivedFM > &FM, const Eigen::MatrixBase< DerivedR > &R, tetgenio &in) |
| Load a vertex list and face list into a tetgenio object.
|
|
◆ TETLIBRARY