Easy3D 2.5.3
|
Implementation of file input/output operations for PolyMesh. More...
#include <easy3d/fileio/poly_mesh_io.h>
Static Public Member Functions | |
static PolyMesh * | load (const std::string &file_name) |
Reads a polyhedral mesh from a file. More... | |
static bool | save (const std::string &file_name, const PolyMesh *mesh) |
Saves a polyhedral mesh to a file. More... | |
Implementation of file input/output operations for PolyMesh.
|
static |
Reads a polyhedral mesh from a file.
File extension determines file format (now only '*.plm' format is supported).
file_name | The file name. |
|
static |
Saves a polyhedral mesh to a file.
File extension determines file format (now only '*.plm' format is supported).
file_name | The file name. |
mesh | The polyhedral mesh. |