1 #ifndef SIMPT_SHELL_CONVERTER_HDF5_FORMAT_H_INCLUDED
2 #define SIMPT_SHELL_CONVERTER_HDF5_FORMAT_H_INCLUDED
34 virtual bool AppendTimeStepSuffix()
const {
return false; };
36 virtual bool IsPostProcessFormat()
const {
return false; }
38 virtual std::string GetExtension()
const
43 virtual std::string GetName()
const
48 virtual void PreConvert(
const std::string& target_path,
49 std::shared_ptr<SimShell::Ws::MergedPreferences> p);
53 virtual void PostConvert();
61 #endif // end_of_include_guard
Hdf5 converter format specifications.
Namespace for SimPT shell package.
Interface for VirtualLeaf::Hdf5File.
Contains facilities for storing the simulation Mesh to HDF5 files.
Interface for IConverterFormat.
Interface for file convenvereter formats.
Sim, the actual simulator.
Contains the state of the whole Simulator at a given simulation step.