[vtkusers] User interaction

David E DeMarle dave.demarle at kitware.com
Fri Mar 5 07:53:58 EST 2010


Yes Qt is cross platform and will work fine on just about any OS.
If you must make a windows only application (which I emphatically
discourage), try VTK's interface to MFC instead. You can find those
classes under VTK/GUISupport/MFC.

David E DeMarle
Kitware, Inc.
R&D Engineer
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x109



On Fri, Mar 5, 2010 at 5:20 AM, Sebastian Gatzka
<sebastian.gatzka at stud.tu-darmstadt.de> wrote:
>
> Does this make sense from within Windows?
>
>
> Am 04.03.2010 22:56, schrieb David Doria:
>
> On Thu, Mar 4, 2010 at 4:54 PM, Sebastian Gatzka
> <sebastian.gatzka at stud.tu-darmstadt.de> wrote:
>>
>> Hello vtkusers.
>>
>>
>>
>> Is it possible from within VTK to let the user interact with the current
>> scene?
>>
>> I’m thinking of drop-down menus on mouse-right-click with several option
>> the user can take, to place cutting planes, etc.
>>
>> Is there even a way of having some input fields, which can be filled out
>> by the user and which is processed into the scene?
>>
>>
>>
>> I appreciate your ideas!
>>
>> Sebastian
>
> You'll most likely want to look into using Qt with VTK :
> http://www.vtk.org/Wiki/VTK/Examples#Qt
> Thanks,
>
> David
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK 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