[vtkusers] SetInteractorStyle() occurs error
arwtyxouymz
arw.tyx-ouy_mz at ezweb.ne.jp
Thu Oct 26 10:41:56 EDT 2017
Hi,
I use VTK-8.0.0 and I'm setting vtkContextInteractorStyle.
But I have a problem,
vtkSmartPointer<vtkContextInteractorStyle> style =
vtkSmartPointer<vtkContextInteractorStyle>::New();
contextView->GetInteractor()->SetInteractorStyle(style);
this code has error at SetInteractorStyle(style).
Other interactor style classes doesn't occur error.
Why only in my case has error?
And how should i change my code?
--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
More information about the vtkusers
mailing list