libigl v2.5.0
Loading...
Searching...
No Matches
writeTGF.h File Reference
#include "igl_inline.h"
#include <vector>
#include <string>
#include <Eigen/Dense>
#include "writeTGF.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

bool igl::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.
 
bool igl::writeTGF (const std::string tgf_filename, const Eigen::MatrixXd &C, const Eigen::MatrixXi &E)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.