Skip to content

In vtkPointDataToCellData, set categorical data's interpolation flag.

T.J. Corona requested to merge tjcorona/vtk:pd-to-cd-categorical-data into master

Set the scalar to interpolate via nearest neighbor. That way, we won't get any false values (for example, a zone 4 cell appearing on the boundary of zone 3 and zone 5). This was originally up to the user; since there is no case where this functionality wouldn't be desired, though, it is now set within the filter.

Merge request reports