[vtk-developers] vtkThreshold

ahype alex.molinar at primexx.com
Fri Dec 19 10:41:12 EST 2014


Im getting an error when trying to run code that used to work. 

ERROR: In C:\Dashboards\Releases\rc-2380face\VTK\Graphics\vtkThreshold.cxx,
line 122
vtkThreshold (19801760): You have set the attribute mode on vtkThreshold.
This method is deprecated, please use SetInputArrayToProcess instead.

Here is the original code.

  vtkPointDataToCellData p2c
    p2c SetInput [contGeom GetOutput]
  vtkThreshold thresh
    thresh SetInput [contGeom GetOutput]
    thresh SetAttributeModeToUsePointData



--
View this message in context: http://vtk.1045678.n5.nabble.com/vtkThreshold-tp5729920.html
Sent from the VTK - Dev mailing list archive at Nabble.com.


More information about the vtk-developers mailing list