[vtkusers] no GetOutput for vtkImageData?

Marcel Weiss mweiss at cbs.mpg.de
Mon Mar 9 11:48:49 EDT 2009


> Now, where in the documentation, the book, or sample code should i have seens this?

the vtk pipeline generelly distinguishs between data objects (the data set) and process objects (filters, mapper, data sources).

the vtkImageDate is a data object. the vtkContourFilter a process object.

>DSW
MW


Marcel Weiss wrote:
> con=vtkContourFilter()
> con.SetInput(vdata)   <-- HAPPINESS NOW?
>
> Marcel Weiss
> PhD student
> Department of Neurophysics
> Max Planck Institute for Human Cognitive and Brain Sciences 
>   

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.vtk.org/mailman/listinfo/vtkusers



More information about the vtkusers mailing list