Go to the documentation of this file.
10 #ifndef vtkSMPythonViewProxy_h
11 #define vtkSMPythonViewProxy_h
13 #include "vtkRemotingViewsPythonModule.h"
66 vtkTypeUInt32
PreRender(
bool interactive)
override;
80 #endif // vtkSMPythonViewProxy_h
static vtkSMViewProxy * New()
virtual void SetupInteractor(vtkRenderWindowInteractor *iren)
A client process need to set the interactor to enable interactivity.
Superclass for all view proxies.
proxy for a VTK object(s) on a server
void PrintSelf(ostream &os, vtkIndent indent) override
virtual vtkRenderWindow * GetRenderWindow()
Return the vtkRenderWindow used by this view, if any.
virtual vtkTypeUInt32 PreRender(bool vtkNotUsed(interactive))
This method is called before executing code that could cause a render on the underlying vtkPVView.
virtual vtkImageData * CaptureWindowInternal(int magnificationX, int magnificationY)
Capture an image from the view's render window.
virtual vtkRenderWindowInteractor * GetInteractor()
Returns the interactor.
Superclass for all view proxies.
helper class that make it easier to hook vtkRenderWindowInteractor and vtkSMViewProxy.