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 |
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 | |