serialization:migrate to vtk
Version: 0.0.0
Description
Take an input data sources or streams and convert as much data as possible to vtk.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | output_filename | string | |
| Pin 3 | streams_container | streams_container | |
| Pin 4 | data_sources | data_sources |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | data_sources | data_sources | Generated output vtk file |
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: vtk
Scripting name: migrate_file_to_vtk
Full name: serialization.migrate_file_to_vtk
Internal name: vtk::migrate_file
License: None
Changelog
- Version 0.0.0: Initial release.