libigl v2.5.0
Loading...
Searching...
No Matches
tetrahedralize.h File Reference
#include "../../igl_inline.h"
#include <vector>
#include <string>
#include <Eigen/Core>
#include <tetgen.h>
#include "tetrahedralize.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 , typename DerivedTV , typename DerivedTT , typename DerivedTF , typename DerivedTM , typename DerivedTR , typename DerivedTN , typename DerivedPT , typename DerivedFT >
int igl::copyleft::tetgen::tetrahedralize (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, const std::string switches, Eigen::PlainObjectBase< DerivedTV > &TV, Eigen::PlainObjectBase< DerivedTT > &TT, Eigen::PlainObjectBase< DerivedTF > &TF, Eigen::PlainObjectBase< DerivedTM > &TM, Eigen::PlainObjectBase< DerivedTR > &TR, Eigen::PlainObjectBase< DerivedTN > &TN, Eigen::PlainObjectBase< DerivedPT > &PT, Eigen::PlainObjectBase< DerivedFT > &FT, int &num_regions)
 Mesh the interior of a surface mesh (V,F) using tetgen.
 
template<typename DerivedV , typename DerivedF , typename DerivedTV , typename DerivedTT , typename DerivedTF >
int igl::copyleft::tetgen::tetrahedralize (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const std::string switches, Eigen::PlainObjectBase< DerivedTV > &TV, Eigen::PlainObjectBase< DerivedTT > &TT, Eigen::PlainObjectBase< DerivedTF > &TF)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 

Macro Definition Documentation

◆ TETLIBRARY

#define TETLIBRARY