Skip to content

Added convenience methods to vtkContourFilter.

Berk Geveci requested to merge berkgeveci/vtk:contour-convenience-funcs into master

Added two sets of convenience methods:

  1. Set/GetContourValues() with vector (instead of individually setting the contour values.
  2. SetScalarsName() which enables setting the name of the array to process without using the cumbersome SetInputArrayToProcess()

Merge request reports