11 #ifndef vtkSMContextViewProxy_h 12 #define vtkSMContextViewProxy_h 65 virtual void ResetDisplay();
93 void OnInteractionEvent();
100 void OnForwardInteractionEvent(
vtkObject*,
unsigned long,
void*);
106 void OnLeftButtonReleaseEvent();
124 vtkTypeUInt32
PreRender(
bool interactive)
override;
156 void CopyAxisRangesFromChart();
virtual const char * GetRepresentationType(vtkSMSourceProxy *producer, int outputPort)
Returns the xml name of the representation proxy to create to show the data produced in this view...
void CreateVTKObjects() override
Called at the end of CreateVTKObjects().
#define VTKREMOTINGVIEWS_EXPORT
virtual void PostRender(bool vtkNotUsed(interactive))
Superclass for all view proxies.
static vtkSMViewProxy * New()
virtual vtkRenderWindow * GetRenderWindow()
Return the vtkRenderWindow used by this view, if any.
void PrintSelf(ostream &os, vtkIndent indent) override
bool XYChartViewBase4Axes
Flag automatically set when Bottom and Right custom axes related property are present in this proxy...
vtkContextView * ChartView
The context view that is used for all context derived charts.
virtual vtkRenderWindowInteractor * GetInteractor()
Returns the interactor.
virtual vtkTypeUInt32 PreRender(bool vtkNotUsed(interactive))
This method is called before executing code that could cause a render on the underlying vtkPVView...
int ReadXMLAttributes(vtkSMSessionProxyManager *pm, vtkPVXMLElement *element) override
Read attributes from an XML element.
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.
bool SkipPlotableCheck
To avoid showing large datasets in context views, that typically rely on delivering all data to the c...