[vtkusers] modification of a vtkPoints in the method Execute for a CallBack Process

youpie meriadegp at yahoo.fr
Tue Jan 18 05:37:28 EST 2011


Hi,

I'm using a CallBack Procedure with Execute Method to associate event of my
widgetBox with my vtkPoints.
In fact when i use a vtkTransform obtained with widgetBox->getTransform
(vtkTrasnform) and after use it on the actor associated to the widget, My
actor move exaclty as I want when I move the widget.
But if I draw my vtkPoints I can see that points don't have changed. So How
can that be possible if my actor is moving ?
And if I use the vtkTransfor of the widget box to change directly the
coordonates of my points of vtkPoints, (whithout use the setUserTransform
method of my actor). I can see coordinates changing, but nothing appened on
the screen.

the hierarchy if :

vtkPoints + vtkExtraCells -> vtkPolyData->
vtkTubeFilter->vtkPolyDataMapper->vtkActor


Someone know why ? 
-- 
View this message in context: http://vtk.1045678.n5.nabble.com/modification-of-a-vtkPoints-in-the-method-Execute-for-a-CallBack-Process-tp3345968p3345968.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list