56 const std::string tgf_filename,
57 std::vector<std::vector<double> > & C,
58 std::vector<std::vector<int> > & E,
60 std::vector<std::vector<int> > & BE,
61 std::vector<std::vector<int> > & CE,
62 std::vector<std::vector<int> > & PE);
65 const std::string tgf_filename,
71 Eigen::MatrixXi & PE);
74 const std::string tgf_filename,
79#ifndef IGL_STATIC_LIBRARY
80# include "readTGF.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
bool 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)
Read a graph from a .tgf file.