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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

IGL_INLINE bool igl::readTGF (const std::string tgf_filename, std::vector< std::vector< double > > &C, std::vector< std::vector< int > > &E, std::vector< int > &P, std::vector< std::vector< int > > &BE, std::vector< std::vector< int > > &CE, std::vector< std::vector< int > > &PE)
 
IGL_INLINE bool igl::readTGF (const std::string tgf_filename, Eigen::MatrixXd &C, Eigen::MatrixXi &E, Eigen::VectorXi &P, Eigen::MatrixXi &BE, Eigen::MatrixXi &CE, Eigen::MatrixXi &PE)
 
IGL_INLINE bool igl::readTGF (const std::string tgf_filename, Eigen::MatrixXd &C, Eigen::MatrixXi &E)