[vtkusers] How to get Output from PolyDataTransformFilter

Jérôme jerome.velut at gmail.com
Wed Feb 16 08:08:54 EST 2011


Hi,

You should try to Update() the marching cube filter before you get the output.
The visualization pipeline (mapper->actor->renderer->renderwindow)
trigger the Update( ) of the filters. But if you don't want to render,
you have to explicitely call update().

HTH,
Jerome

2011/2/16 Rene_Wohlgethan <rwohlgethan at icqmail.com>:
>
> Num Points and Num Cells both return 0  =(
>
>
> The MarchingCube Filter wasn´t visible before.
>
>
> But when i add it to a Mapper -> Actor -> Ren -> RenderWindow
>
> the correct Object is visible at the right Place where i want it to appear.
>
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.com/How-to-get-Output-from-PolyDataTransformFilter-tp3387532p3387584.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> 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