VPTissue Reference Manual
|
Functions and data for PLY export of Sim objects. More...
#include <PlyExporter.h>
Static Public Member Functions | |
static bool | Export (std::shared_ptr< SimPT_Sim::SimInterface > sim, std::string const &file_path, bool overwrite=true) |
Export sim state to ply format. More... | |
static std::string | GetFileExtension () |
File extension associated with this export format. More... | |
Functions and data for PLY export of Sim objects.
Definition at line 36 of file PlyExporter.h.
|
static |
Export sim state to ply format.
sim | Sim to export. |
filename | Name of file. |
overwrite | Whether to overwrite if path already exists. |
Definition at line 38 of file PlyExporter.cpp.
Referenced by SimPT_Shell::Session::SimSession::GetExporters().
|
static |
File extension associated with this export format.
Definition at line 62 of file PlyExporter.cpp.
Referenced by SimPT_Shell::Session::SimSession::GetExporters().