Skip to content
  • Cory Quammen's avatar
    Properly support conversion of QUERY-type vtkSelectionNode · 52442463
    Cory Quammen authored
    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.
    52442463