|
Easy3D 2.6.1
|
Implementation of file input/output operations for Graph (Currently only PLY format is supported). More...
#include <easy3d/fileio/graph_io.h>
Static Public Member Functions | |
| static Graph * | load (const std::string &file_name) |
Reads a graph from file file_name. | |
| static bool | save (const std::string &file_name, const Graph *graph) |
Saves graph to file file_name. | |
Implementation of file input/output operations for Graph (Currently only PLY format is supported).
|
static |
Reads a graph from file file_name.
File extension determines file format (currently only PLY format is supported).
|
static |
Saves graph to file file_name.
File extension determines file format (currently only PLY format is supported).