22 #ifndef vtkSMParaViewPipelineControllerWithRendering_h 23 #define vtkSMParaViewPipelineControllerWithRendering_h 54 const char* representationType);
84 visible ? this->Show(producer, outputPort, view) : this->Hide(producer, outputPort, view));
141 virtual const char* GetPreferredViewType(
vtkSMSourceProxy* producer,
int outputPort);
167 virtual const char* GetPipelineIcon(
vtkSMSourceProxy* producer,
int outputPort);
169 using Superclass::RegisterRepresentationProxy;
182 "Use vtkPVGeneralSettings::SetScalarBarMode(AUTOMATICALLY_HIDE_SCALAR_BARS) instead")
183 static void SetHideScalarBarOnHide(
bool);
193 "Use vtkPVGeneralSettings::SetInheritRepresentationProperties() instead")
194 static void SetInheritRepresentationProperties(
bool);
196 "Use vtkPVGeneralSettings::GetInheritRepresentationProperties() instead")
197 static bool GetInheritRepresentationProperties();
209 virtual bool RegisterLayoutProxy(
vtkSMProxy* proxy,
const char* proxyname =
nullptr);
221 virtual void AssignViewToLayout(
228 virtual void UpdatePipelineBeforeDisplay(
235 virtual bool AlsoShowInCurrentView(
242 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
#define PARAVIEW_DEPRECATED_IN_6_0_0(reason)
static vtkSMParaViewPipelineController * New()