VPTissue Reference Manual
|
Functions and data for HDF5 export of Sim objects. More...
#include <Hdf5Exporter.h>
Static Public Member Functions | |
static bool | Export (std::shared_ptr< SimPT_Sim::Sim > mesh, std::string const &file_path, bool overwrite=true) |
Export mesh state to hdf5 format. More... | |
static std::string | GetFileExtension () |
File extension associated with this export format. More... | |
Functions and data for HDF5 export of Sim objects.
Definition at line 33 of file Hdf5Exporter.h.
|
static |
Export mesh state to hdf5 format.
mesh | Mesh to export. |
filename | Name of file. |
overwrite | Whether to overwrite if path already exists. |
Definition at line 32 of file Hdf5Exporter.cpp.
References SimPT_Shell::Hdf5File::Close(), SimPT_Shell::Hdf5File::IsOpen(), and SimPT_Shell::Hdf5File::Write().
Referenced by SimPT_Shell::Session::SimSession::GetExporters().
|
static |
File extension associated with this export format.
Definition at line 47 of file Hdf5Exporter.cpp.
Referenced by SimPT_Shell::Session::SimSession::GetExporters().