![]() |
Prusa Slicer 2.6.0
|
#include "igl_inline.h"#include <string>#include <vector>#include <cstdio>#include "readWRL.cpp"
Include dependency graph for readWRL.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::readWRL (const std::string wrl_file_name, std::vector< std::vector< Scalar > > &V, std::vector< std::vector< Index > > &F) |
| template<typename Scalar , typename Index > | |
| IGL_INLINE bool | igl::readWRL (FILE *wrl_file, std::vector< std::vector< Scalar > > &V, std::vector< std::vector< Index > > &F) |