Skip to content

Properly support conversion of QUERY-type vtkSelectionNode

Query selections can operate on composite datasets, but vtkConvertSelection assumed that each vtkSelectionNode in a vtkSelection could be applied to each dataset in the composite dataset independently. For global operations like "min" or "max" in a QUERY selection, the selection must be applied to the entire composite dataset, and not dataset-by-dataset.

Merge request reports