[vtkusers] Image tracer using Qt
Arnaud Gelas
arnaud_gelas at hms.harvard.edu
Wed Jan 28 08:42:54 EST 2009
Hi Luis,
I recommend you to have a look at vtkContourWidget, you can easily get
the same functionalities as the vtkImageTracerWidget (except the free
line tracing).
The code vtkContourWidget is awesome, very clean!!! It offers a lot of
functionalities and possibilities via vtkContourRepresentation,
vtkPointPlacer and vtkWidgetEventTranslator.
<http://www.vtk.org/doc/nightly/html/classvtkWidgetEventTranslator.html>..
Then as Wagner, the integration with Qt is straightforward.
Regards,
Arnaud
Wagner Sales wrote:
> Hi Luis,
>
> Basically, QVTKWidget provides you a vtkRenderWindow with an
> interactor ( the last can be changed after ).
> The VTK/Qt events are managed by vtkEventQtSlotConnect. Of course, if
> you wants, you can use callbacks like in VTK. Then, if you are
> developing in C++, take a look at examples in
> VTK/Examples/GUI/Qt/VTK/Examples/GUI/Qt/. This examples will help you
> how to acces the vtkRenderWindow and how to connect VTK and Qt.
> Your task are easy to do, but I developed with Qt and VTK, and the
> best way to learn ( at least to me ) are by the examples.
>
>
> Regards,
>
> Wagner
>
> 2009/1/28 Luis Roberto P. Paula <luisrpp at gmail.com
> <mailto:luisrpp at gmail.com>>
>
> Hi All,
>
> I need to implement an image tracer, just like the one provided in
> VTK/Examples/GUI/Python/ImageTracerWidget.py, but I need to do it
> using Qt (QVTKWidget).
>
> Does anybody knows how can I do that?
>
> Thanks in advance,
> Luis
>
> _______________________________________________
> 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