serialization:serialize to hdf5
Version: 0.0.0
Description
This operator is deprecated: use 'hdf5::h5dpf::make_result_file' instead. Serialize the inputs in an hdf5 format.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | file_path | string | output file path with .h5 extension |
| Pin 1 | export_floats | bool | converts double to float to reduce file size (default is true) |
| Pin 2 | export_flat_vectors | bool | if true, vectors and matrices data are exported flat (x1,y1,z1,x2,y2,z2..) (default is false) |
| Pin 3 Required | data | only the data set explicitly to export is exported |
Outputs
| Output | Name | Expected type(s) | Description |
|---|
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: serialization
Plugin: core
Scripting name: serialize_to_hdf5
Full name: serialization.serialize_to_hdf5
Internal name: serialize_to_hdf5
License: None
Changelog
- Version 0.0.0: Initial release.