![]() |
VPTissue Reference Manual
|
A file containing Sim history information in HDF5 format in a project. More...
#include <StartupFileHdf5.h>


Public Member Functions | |
| StartupFileHdf5 (const std::string &path) | |
| Constructor. More... | |
| virtual std::shared_ptr< SimShell::Session::ISession > | CreateSession (std::shared_ptr< SimShell::Ws::IProject > proj, std::shared_ptr< SimShell::Ws::IWorkspace > ws) const |
| virtual std::vector< QAction * > | GetContextMenuActions () const |
| virtual SimPT_Sim::SimState | GetSimState (int timestep) const |
| virtual std::vector< int > | GetTimeSteps () const |
Public Member Functions inherited from SimPT_Shell::Ws::StartupFileBase | |
| StartupFileBase (const std::string &path) | |
| Constructor. More... | |
| virtual const std::string & | GetPath () const |
Public Member Functions inherited from SimShell::Ws::IFile | |
| virtual | ~IFile () |
| Virtual destructor. | |
Additional Inherited Members | |
Public Types inherited from SimShell::Ws::IFile | |
| using | ConstructorType = std::function< std::shared_ptr< IFile >(const std::string &, const std::string &)> |
| First argument: filename. More... | |
Static Public Attributes inherited from SimPT_Shell::Ws::StartupFileBase | |
| static const ConstructorType | Constructor |
Protected Attributes inherited from SimPT_Shell::Ws::StartupFileBase | |
| const std::string | m_path |
A file containing Sim history information in HDF5 format in a project.
Definition at line 30 of file StartupFileHdf5.h.
| SimPT_Shell::Ws::StartupFileHdf5::StartupFileHdf5 | ( | const std::string & | path | ) |
|
virtual |
Implements SimShell::Ws::IFile.
Definition at line 42 of file StartupFileHdf5.cpp.
|
inlinevirtual |
|
virtual |
Implements SimPT_Shell::Ws::StartupFileBase.
Definition at line 59 of file StartupFileHdf5.cpp.
References SimPT_Shell::Hdf5File::Close().

|
virtual |
Implements SimPT_Shell::Ws::StartupFileBase.
Definition at line 73 of file StartupFileHdf5.cpp.
References SimPT_Shell::Hdf5File::TimeSteps().
