netxsimdg
|
Public Member Functions | |
IRectGridIO (RectangularGrid &grid) | |
virtual ModelState | getModelState (const std::string &filePath)=0 |
virtual void | dumpModelState (const ModelState &state, const ModelMetadata &metadata, const std::string &filePath, bool isRestart) const =0 |
Dumps the given ModelState to the given file path. | |
Definition at line 72 of file RectangularGrid.hpp.
|
inline |
Definition at line 74 of file RectangularGrid.hpp.
|
pure virtual |
Dumps the given ModelState to the given file path.
state | The ModelState data |
filePath | The path to attempt to write the data to. |
Implemented in Nextsim::RectGridIO.