[vtkusers] Bug in vtkWidgets
rahul Kumar
vv_rahul97 at yahoo.com
Thu Nov 9 12:20:02 EST 2006
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.
More information about the vtkusers
mailing list