22 #ifndef vtkSMParaViewPipelineControllerWithRendering_h 23 #define vtkSMParaViewPipelineControllerWithRendering_h 53 const char* representationType);
83 visible ? this->Show(producer, outputPort, view) : this->Hide(producer, outputPort, view));
140 virtual const char* GetPreferredViewType(
vtkSMSourceProxy* producer,
int outputPort);
166 virtual const char* GetPipelineIcon(
vtkSMSourceProxy* producer,
int outputPort);
168 using Superclass::RegisterRepresentationProxy;
180 static void SetHideScalarBarOnHide(
bool);
189 static void SetInheritRepresentationProperties(
bool);
190 static bool GetInheritRepresentationProperties();
202 virtual bool RegisterLayoutProxy(
vtkSMProxy* proxy,
const char* proxyname =
nullptr);
214 virtual void AssignViewToLayout(
221 virtual void UpdatePipelineBeforeDisplay(
228 virtual bool AlsoShowInCurrentView(
235 static bool HideScalarBarOnHide;
236 static bool InheritRepresentationProperties;
237 bool SkipUpdatePipelineBeforeDisplay;
vtkSMParaViewPipelineControllerWithRendering overrides vtkSMParaViewPipelineController to add support...
virtual bool PostInitializeProxy(vtkSMProxy *proxy)
Final step in proxy initialization.
Controller that encapsulates control logic for typical ParaView applications.
#define VTKREMOTINGVIEWS_EXPORT
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) override
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
static vtkSMParaViewPipelineController * New()