netxsimdg
|
Public Types | |
typedef RectangularGrid::GridDimensions | GridDimensions |
Public Member Functions | |
RectGridIO (RectangularGrid &grid) | |
ModelState | getModelState (const std::string &filePath) override |
void | dumpModelState (const ModelState &state, const ModelMetadata &metadata, const std::string &filePath, bool isRestart) const override |
Dumps the given ModelState to the given file path. | |
Public Member Functions inherited from Nextsim::RectangularGrid::IRectGridIO | |
IRectGridIO (RectangularGrid &grid) | |
Definition at line 15 of file RectGridIO.hpp.
Definition at line 23 of file RectGridIO.hpp.
|
inline |
Definition at line 17 of file RectGridIO.hpp.
|
overridevirtual |
Dumps the given ModelState to the given file path.
state | The ModelState data |
filePath | The path to attempt to write the data to. |
Implements Nextsim::RectangularGrid::IRectGridIO.
Definition at line 81 of file RectGridIO.cpp.
|
overridevirtual |
Implements Nextsim::RectangularGrid::IRectGridIO.
Definition at line 46 of file RectGridIO.cpp.