fvpolpeta / devide

Automatically exported from code.google.com/p/devide
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

vtkCutter is missing an input for the implicit function #107

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The auto-generated vtkCutter module only has one input. However, in order 
to use the underlying vtk class, an implicit function has to be set using 
SetCutFunction. 

Additionally, it looks like the VTK implicit function sources (such as 
vtkPlane) are not available in DeVIDE. These are also required by a few 
other filters.

A second input should be added to this module to set this function (e.g., a 
vtkPlane). VTK implicit function sources should be wrapped. Note that the 
Slice3dVWR already provides an output of type "Implicit function".

Original issue reported on code.google.com by stef.bus...@gmail.com on 26 Sep 2008 at 12:21