write
Overloads
| Name | Description |
|---|---|
write(const string path, const SSEAlgorithm algorithm) -> HDF5Group | Writes an SSE algorithm relative to the group and returns the group for chaining. |
write(const string path, const SSEAlgorithm algorithm) -> HDF5File | Writes an SSE algorithm and returns the file for chaining. |
write(const string path, const SSEAlgorithm algorithm) -> HDF5Group
Writes an SSE algorithm relative to the group and returns the group for chaining.
Parameters
- path: Relative Path whose last node is the group to which the algorithm is written. If the path ends in '/', the group name is the default algorithm group name.
- algorithm: The algorithm instance to be written.
Returns
Reference to the same HDF5Group instance..
write(const string path, const SSEAlgorithm algorithm) -> HDF5File
Writes an SSE algorithm and returns the file for chaining.
Parameters
- path: Path whose last node is the group to which the algorithm is written. If the path ends in '', the group name is the default algorithm group name.
- algorithm: The algorithm instance to be written.
Returns
Reference to the same HDF5File instance..