34 #ifndef vtkSMParaViewPipelineControllerWithRendering_h 35 #define vtkSMParaViewPipelineControllerWithRendering_h 37 #include "vtkPVServerManagerRenderingModule.h" 50 void PrintSelf(ostream& os, vtkIndent indent);
81 visible ? this->Show(producer, outputPort, view) : this->Hide(producer, outputPort, view));
102 virtual const char* GetPreferredViewType(
vtkSMSourceProxy* producer,
int outputPort);
115 static void SetHideScalarBarOnHide(
bool);
124 static void SetInheritRepresentationProperties(
bool);
125 static bool GetInheritRepresentationProperties();
132 virtual bool WriteImage(
133 vtkSMViewProxy* view,
const char* filename,
int magnification,
int quality);
134 virtual bool WriteImage(
148 using Superclass::RegisterViewProxy;
154 virtual bool RegisterLayoutProxy(
vtkSMProxy* proxy,
const char* proxyname = NULL);
160 virtual void UpdatePipelineBeforeDisplay(
167 static bool HideScalarBarOnHide;
168 static bool InheritRepresentationProperties;
vtkSMParaViewPipelineControllerWithRendering overrides vtkSMParaViewPipelineController to add support...
virtual bool PostInitializeProxy(vtkSMProxy *proxy)
Final step in proxy initialization.
virtual bool RegisterRepresentationProxy(vtkSMProxy *proxy)
Registration method for representations to be used after PreInitializeProxy() and PostInitializeProxy...
Superclass for all view proxies.
vtkSMProxy * SetVisibility(vtkSMSourceProxy *producer, int outputPort, vtkSMViewProxy *view, bool visible)
Alternative method to call Show and Hide using a visibility flag.
void PrintSelf(ostream &os, vtkIndent indent)
proxy for a VTK source on a server
vtkSMViewLayoutProxy is used by ParaView to layout multiple views in a 2D KD-Tree layout...
proxy for a VTK object(s) on a server
virtual bool RegisterViewProxy(vtkSMProxy *proxy)
Use this method after PreInitializeProxy() and PostInitializeProxy() to register a view proxy with th...
static vtkSMParaViewPipelineController * New()