23 #ifndef vtkSMContextViewProxy_h 24 #define vtkSMContextViewProxy_h 27 #include "vtkPVServerManagerRenderingModule.h" 30 class vtkAbstractContextItem;
33 class vtkRenderWindow;
34 class vtkRenderWindowInteractor;
43 void PrintSelf(ostream& os, vtkIndent indent);
48 vtkContextView* GetContextView();
53 virtual vtkAbstractContextItem* GetContextItem();
77 virtual void ResetDisplay();
88 vtkSelection* GetCurrentSelection();
105 void OnInteractionEvent();
111 void OnLeftButtonReleaseEvent();
149 void CopyAxisRangesFromChart();
virtual int ReadXMLAttributes(vtkSMSessionProxyManager *pm, vtkPVXMLElement *element)
Read attributes from an XML element.
virtual void PostRender(bool vtkNotUsed(interactive))
Superclass for all view proxies.
static vtkSMViewProxy * New()
virtual void CreateVTKObjects()
Called at the end of CreateVTKObjects().
virtual vtkRenderWindow * GetRenderWindow()
Return the vtkRenderWindow used by this view, if any.
vtkContextView * ChartView
The context view that is used for all context derived charts.
virtual vtkImageData * CaptureWindowInternal(int vtkNotUsed(magnification))
Subclasses should override this method to do the actual image capture.
virtual vtkRenderWindowInteractor * GetInteractor()
Returns the interactor.
proxy for a VTK source on a server
abstract base class for all Chart Views.
The vtkSMSessionProxyManager is esponsible for creating and managing proxies for a given session...
virtual bool CanDisplayData(vtkSMSourceProxy *producer, int outputPort)
Returns true if the view can display the data produced by the producer's port.
virtual void SetupInteractor(vtkRenderWindowInteractor *iren)
A client process need to set the interactor to enable interactivity.
helper class that make it easier to hook vtkRenderWindowInteractor and vtkSMViewProxy.
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
void PrintSelf(ostream &os, vtkIndent indent)
bool SkipPlotableCheck
To avoid showing large datasets in context views, that typically rely on delivering all data to the c...