[vtkusers] vtkImagePlaneWidget

Dean Inglis dean.inglis at camris.ca
Thu Apr 21 12:08:12 EDT 2005


Hi Toon,

if what you want to do is specify the 
positioning of the widget's
underlying vtkPlaneSource, then do:

widget->SetOrigin(my_origin_point);
widget->SetPoint1(my_u_axis_point);
widget->SetPoint2(my_v_axis_point);
widget->UpdatePlacement();

Dean

>I have two 3D images and I know the transform to register them, I don't
>want to resample the moving image but just transform the
>vtkImagePlaneWidget that visualizes the moving image.  Any suggestions
>on how to do that?




More information about the vtkusers mailing list