![]() |
Prusa Slicer 2.6.0
|
#include "igl_inline.h"#include <string>#include <vector>#include <Eigen/Core>#include "readNODE.cpp"
Include dependency graph for readNODE.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::readNODE (const std::string node_file_name, std::vector< std::vector< Scalar > > &V, std::vector< std::vector< Index > > &I) |
| template<typename DerivedV , typename DerivedI > | |
| IGL_INLINE bool | igl::readNODE (const std::string node_file_name, Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedI > &I) |