![]() |
Prusa Slicer 2.6.0
|
#include "igl_inline.h"#include <vector>#include <string>#include <Eigen/Dense>#include "writeTGF.cpp"
Include dependency graph for writeTGF.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::writeTGF (const std::string tgf_filename, const std::vector< std::vector< double > > &C, const std::vector< std::vector< int > > &E) |
| IGL_INLINE bool | igl::writeTGF (const std::string tgf_filename, const Eigen::MatrixXd &C, const Eigen::MatrixXi &E) |