#include "igl_inline.h"
#include <vector>
#include <string>
#include <Eigen/Dense>
#include "readTGF.cpp"
Go to the source code of this file.
|
| 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) |
| |