Skip to content

Add PassPartialArrays option to Resample With Dataset

Previously, Resample With Dataset set would not pass partial arrays from composite dataset input. A new option, PassPartialArrays enables this. When on, partial arrays are sampled from the source data

For all those locations in a block of where a particular data array is missing, this filter uses vtkMath::Nan() for double and float arrays, and 0 for all other types of arrays (e.g., int, char, etc.)

Merge request reports