Skip to content

Add a AllowMissingArray parameter to vtkConvertSelection

This commit adds a AllowMissingArray parameter to vtkConvertSelection. When this parameter is enabled, this filter will not fails nor shows error if selection input does not contain expected content. It is off by default. This parameter is also added to ToSelectionType static method and is tested as well.

Merge request reports