|
static const std::string | metadataNodeName () |
| Returns the name of the metadata node.
|
|
static const std::string | dataNodeName () |
| Returns the name of the data node.
|
|
static const std::string | structureNodeName () |
| The name of the group holding the definitive structure type.
|
|
static const std::string | typeNodeName () |
| The name of the node holding the name of the structure type processed by this class.
|
|
Definition at line 20 of file RectangularGrid.hpp.
◆ RectangularGrid() [1/2]
Nextsim::RectangularGrid::RectangularGrid |
( |
| ) |
|
|
inline |
◆ RectangularGrid() [2/2]
Nextsim::RectangularGrid::RectangularGrid |
( |
const GridDimensions & | dims | ) |
|
|
inline |
◆ ~RectangularGrid()
virtual Nextsim::RectangularGrid::~RectangularGrid |
( |
| ) |
|
|
inlinevirtual |
◆ dumpModelState()
void Nextsim::RectangularGrid::dumpModelState |
( |
const ModelState & | state, |
|
|
const ModelMetadata & | metadata, |
|
|
const std::string & | filePath, |
|
|
bool | isRestart = false ) const |
|
inlineoverridevirtual |
Dumps the data to a file path.
- Parameters
-
filePath | The path to attempt writing the data to. |
Dumps the given ModelState to the given file path.
- Parameters
-
state | The ModelState data |
filePath | The path to attempt to write the data to. |
Implements Nextsim::IStructure.
Definition at line 55 of file RectangularGrid.hpp.
◆ getModelState()
ModelState Nextsim::RectangularGrid::getModelState |
( |
const std::string & | filePath | ) |
|
|
inlineoverridevirtual |
◆ nIceLayers()
int Nextsim::RectangularGrid::nIceLayers |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ setDimensions()
void Nextsim::RectangularGrid::setDimensions |
( |
const GridDimensions & | dims | ) |
|
|
inline |
◆ setIO()
void Nextsim::RectangularGrid::setIO |
( |
IRectGridIO * | p | ) |
|
|
inline |
◆ structureType()
const std::string & Nextsim::RectangularGrid::structureType |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ structureName
const std::string Nextsim::RectangularGrid::structureName = "simple_rectangular" |
|
static |
The documentation for this class was generated from the following files: