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

Namespaces

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

Macros

#define TETLIBRARY
 

Functions

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.
 

Macro Definition Documentation

◆ TETLIBRARY

#define TETLIBRARY