Skip to main content

write

Overloads

NameDescription
write(const string path, const SSESimulation simulation) -> HDF5FileWrites an SSE simulation and returns the file for chaining.
write(const string path, const SSESimulation simulation) -> HDF5GroupWrites an SSE simulation relative to the group and returns the group for chaining.

write(const string path, const SSESimulation simulation) -> HDF5File

Writes an SSE simulation and returns the file for chaining.

Parameters

  • path: Path whose last node is the group to which the simulation is written. If the path ends in '', the group name is the default simulation group name.
  • simulation: The simulation instance to be written.

Returns

Reference to the same HDF5File instance..

write(const string path, const SSESimulation simulation) -> HDF5Group

Writes an SSE simulation relative to the group and returns the group for chaining.

Parameters

  • path: Relative Path whose last node is the group to which the simulation is written. If the path ends in '/', the group name is the default simulation group name.
  • simulation: The simulation instance to be written.

Returns

Reference to the same HDF5Group instance..