28    const std::string tgf_filename,
 
   29    const std::vector<std::vector<double> > & C,
 
   30    const std::vector<std::vector<int> > & E);
 
   33    const std::string tgf_filename,
 
   34    const Eigen::MatrixXd & C,
 
   35    const Eigen::MatrixXi & E);
 
   38#ifndef IGL_STATIC_LIBRARY 
   39#  include "writeTGF.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
bool writeTGF(const std::string tgf_filename, const std::vector< std::vector< double > > &C, const std::vector< std::vector< int > > &E)
Write a graph to a .tgf file.