[vtkusers] vtkCutter->Update doesn't update the vtkCutter->GetOutput()

Sebastien Jourdain sebastien.jourdain at kitware.com
Tue Nov 2 22:44:27 EDT 2010


You shouldn't use DeepCopy at all, and moreover, you should use
GetOuputPort and SetInputConnection instead. If you do so, the update
should be forwarded automatically.

Seb

On Tue, Nov 2, 2010 at 1:10 PM, nsarrasin <nsarrasin at phenix-systems.com> wrote:
>
> thanks for your reply,
>
> So.... I still don't understand why I have to use Update() and a DeepCopy().
> Logically vtkAppendpolyData->AddInput( cutter->GetOutput() ) should call the
> Update and that's all.
>
> But inside my loop, it doesn't seem to be the case.
>
> If it helps I can post a full (not)working sample.
> --
> View this message in context: http://vtk.1045678.n5.nabble.com/vtkCutter-Update-doesn-t-update-the-vtkCutter-GetOutput-tp3246712p3247067.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