[vtkusers] Bug in vtkWidgets

John Platt jcplatt at dsl.pipex.com
Thu Nov 9 18:24:54 EST 2006


You could try voting for 

http://www.vtk.org/Bug/bug.php?op=show&bugid=3330&pos=3

John.

-----Original Message-----
From: vtkusers-bounces+jcplatt=dsl.pipex.com at vtk.org
[mailto:vtkusers-bounces+jcplatt=dsl.pipex.com at vtk.org] On Behalf Of
rahul Kumar
Sent: 09 November 2006 17:20
To: vtkusers at vtk.org
Subject: [vtkusers] Bug in vtkWidgets



Hi, 

base class function ( vtkWidgetRepresentation) defines as 
  virtual void StartWidgetInteraction(double* vtkNotUsed(eventPos[2]))
{}
  virtual void WidgetInteraction(double* vtkNotUsed(newEventPos[2])) {}

while derived class (vtkPointHandleRepresentation2D) defined as 
 virtual void StartWidgetInteraction(double eventPos[2]);
 virtual void WidgetInteraction(double eventPos[2]);

derived class functions are not called at runtime.
and we don't see widgets changing.
Other widgets also have got the same problem.


rahul 

-- 
View this message in context:
http://www.nabble.com/Bug-in-vtkWidgets-tf2602971.html#a7262300
Sent from the VTK - Users mailing list archive at Nabble.com.

_______________________________________________
This is the private VTK discussion list. 
Please keep messages on-topic. Check the 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