libigl v2.5.0
Loading...
Searching...
No Matches
mesh_to_tetgenio.h File Reference
#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.

Namespaces

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

Macros

#define TETLIBRARY
 

Functions

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.
 

Macro Definition Documentation

◆ TETLIBRARY

#define TETLIBRARY