Go to the documentation of this file.
22 #ifndef vtkSMCompoundSourceProxy_h
23 #define vtkSMCompoundSourceProxy_h
25 #include "vtkRemotingServerManagerModule.h"
44 void AddProxy(
const char* name,
vtkSMProxy* proxy);
52 void ExposeProperty(
const char* proxyName,
const char* propertyName,
const char* exposedName);
60 void ExposeOutputPort(
const char* proxyName,
const char* portName,
const char* exposedName);
68 void ExposeOutputPort(
const char* proxyName,
unsigned int portIndex,
const char* exposedName);
148 vtkInternals* CSInternals;
vtkSMProxy * GetProxy(const char *name)
Returns the subproxy with the given name.
virtual void CreateOutputPorts()
Creates the output port proxies for this filter.
const char * GetProxyName(unsigned int index)
Returns the name used to store sub-proxy.
virtual void UpdateVTKObjects()
Update the VTK object on the server by pushing the values of all modified properties (un-modified pro...
singleton/facade to vtkSMSessionProxyManager
proxy for a VTK object(s) on a server
void CreateVTKObjects() override
Call superclass' and then assigns a new executive (vtkCompositeDataPipeline)
proxy for a VTK source on a server
unsigned int GetNumberOfProxies()
Returns the number of sub-proxies.
unsigned int GetNumberOfSubProxies()
Returns the number of sub-proxies.
static vtkSMSourceProxy * New()
a proxy excapsulation a pipeline of proxies.
int ReadXMLAttributes(vtkSMSessionProxyManager *pm, vtkPVXMLElement *element) override
Read attributes from an XML element.
is used to locate proxies referred to in state xmls while loading state files.
vtkSMProxy * GetSubProxy(const char *name)
Returns a sub-proxy.
const char * GetSubProxyName(unsigned int index)
Returns the name used to store sub-proxy.
void PrintSelf(ostream &os, vtkIndent indent) override
friend class vtkSMCompoundSourceProxy
These classes have been declared as friends to minimize the public interface exposed by vtkSMProxy.
virtual void CreateSelectionProxies()
Creates extract selection proxies for each output port if not already created.
vtkSMProxy * GetProxy(unsigned int cc)
Returns the sub proxy at a given index.