[vtkusers] Is there any way to get data from user in VTK?

David Doria daviddoria at gmail.com
Wed Aug 17 10:13:09 EDT 2011


On Wed, Aug 17, 2011 at 12:57 AM, ZLv <z_lezhnin at mail2000.ru> wrote:
> Hello, I'm trying to get a float number from user, try to use
> vtkContinuousValueWidget, but found that it is broken (can't create an
> object of this class). Is there any way to get information from user?

Whenever I need inputs like this, I go ahead and make a Qt GUI inside
which I use a QVTKWidget for the VTK interaction. It is a pretty
significant learning curve if you don't already know Qt, but the
result is a very polished looking application.

David



More information about the vtkusers mailing list