#include "MRMeshFwd.h"#include "MRPch/MRBindingMacros.h"#include <filesystem>#include <cstdio>Go to the source code of this file.
Classes | |
| class | MR::File |
| the class to open C FILE handle and automatically close it in the destructor More... | |
Namespaces | |
| namespace | MR |
| only for bindings generation | |
Functions | |
| MR_BIND_IGNORE MRMESH_API FILE * | MR::fopen (const std::filesystem::path &filename, const char *mode) |
| this version of fopen unlike std::fopen supports unicode file names on Windows | |