![]() |
Prusa Slicer 2.6.0
|
#include "igl_inline.h"#include <string>#include <vector>#include <Eigen/Core>#include "writeMESH.cpp"
Include dependency graph for writeMESH.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | igl |
Functions | |
| template<typename Scalar , typename Index > | |
| IGL_INLINE bool | igl::writeMESH (const std::string mesh_file_name, const std::vector< std::vector< Scalar > > &V, const std::vector< std::vector< Index > > &T, const std::vector< std::vector< Index > > &F) |
| template<typename DerivedV , typename DerivedT , typename DerivedF > | |
| IGL_INLINE bool | igl::writeMESH (const std::string str, const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedT > &T, const Eigen::PlainObjectBase< DerivedF > &F) |