We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95a977 commit b5d73ffCopy full SHA for b5d73ff
ansys/dpf/core/mapping_types.py
@@ -22,6 +22,7 @@
22
map_types_to_cpp[classes[0]] = _camel_to_snake_case(classes[0])
23
map_types_to_cpp["str"] = "string"
24
map_types_to_cpp["MeshedRegion"] = "abstract_meshed_region"
25
+map_types_to_cpp["DataTree"] = "abstract_data_tree"
26
map_types_to_cpp["list"] = "vector<int32>"
27
map_types_to_cpp["bool"] = "bool"
28
map_types_to_cpp["int"] = "int32"
0 commit comments