47 #ifndef vtkSMViewProxyInteractorHelper_h 48 #define vtkSMViewProxyInteractorHelper_h 50 #include "vtkObject.h" 51 #include "vtkPVServerManagerRenderingModule.h" 52 #include "vtkWeakPointer.h" 55 class vtkRenderWindowInteractor;
63 void PrintSelf(ostream& os, vtkIndent indent);
81 void SetupInteractor(vtkRenderWindowInteractor* iren);
82 vtkRenderWindowInteractor* GetInteractor();
94 void Execute(vtkObject* caller,
unsigned long event,
void* calldata);
vtkWeakPointer< vtkRenderWindowInteractor > Interactor
Superclass for all view proxies.
void CleanupInteractor()
Set the interactor to "help" the view with.
helper class that make it easier to hook vtkRenderWindowInteractor and vtkSMViewProxy.
vtkWeakPointer< vtkSMViewProxy > ViewProxy