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;
186 virtual bool RegisterLayoutProxy(
vtkSMProxy* proxy,
const char* proxyname =
nullptr);
198 virtual void AssignViewToLayout(
205 virtual void UpdatePipelineBeforeDisplay(
212 virtual bool AlsoShowInCurrentView(
219 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()