Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
mesh_with_skeleton.h File Reference
#include "../../igl_inline.h"
#include <Eigen/Dense>
#include <string>
#include "mesh_with_skeleton.cpp"
+ Include dependency graph for mesh_with_skeleton.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Functions

IGL_INLINE bool igl::copyleft::tetgen::mesh_with_skeleton (const Eigen::MatrixXd &V, const Eigen::MatrixXi &F, const Eigen::MatrixXd &C, const Eigen::VectorXi &, const Eigen::MatrixXi &BE, const Eigen::MatrixXi &CE, const int samples_per_bone, const std::string &tetgen_flags, Eigen::MatrixXd &VV, Eigen::MatrixXi &TT, Eigen::MatrixXi &FF)
 
IGL_INLINE bool igl::copyleft::tetgen::mesh_with_skeleton (const Eigen::MatrixXd &V, const Eigen::MatrixXi &F, const Eigen::MatrixXd &C, const Eigen::VectorXi &, const Eigen::MatrixXi &BE, const Eigen::MatrixXi &CE, const int samples_per_bone, Eigen::MatrixXd &VV, Eigen::MatrixXi &TT, Eigen::MatrixXi &FF)