[vtkusers] Handle Keyboard Events

David Doria daviddoria at gmail.com
Mon Aug 27 11:23:22 EDT 2012


On Mon, Aug 27, 2012 at 11:16 AM, Heidler, Kirstin (GE Oil & Gas)
<Kirstin.Heidler at ge.com> wrote:
> Hello,
>
>
>
> I am trying to handle Keyboard events so I can control what happens.
>
> For this I wrote my own InteractorStyle.

You should use CMake, and link to VTK like

target_link_libraries(YourProgram ${VTK_LIBRARIES})

David



More information about the vtkusers mailing list