Skip to main content

utility:merge data tree

Version: 0.0.0

Description

Merges a list of data trees. Attributes names shouldn't be shared accross data tree instances.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
data_treedata_tree, vector<shared_ptr<data_tree>>Either a vector of data trees or data trees from pin 0 to ... to merge.

Outputs

OutputNameExpected type(s)Description
Pin 0anyany

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.
permissiveboolfalseIf this option is set to true, warning checks (like unit or data sizes) won't be done.

Scripting

Category: utility

Plugin: core

Scripting name: merge_data_tree

Full name: utility.merge_data_tree

Internal name: merge::data_tree

License: None

Changelog

  • Version 0.0.0: Initial release.