Public Member Functions | List of all members
SIPROXY Class Reference

This defines a stream manipulator for the vtkClientServerStream that can be used to indicate to the interpreter that the placeholder is to be replaced by the vtkSIProxy instance for the given vtkSMProxy instance. More...

#include <vtkSMProxy.h>

Inheritance diagram for SIPROXY:
Inheritance graph
[legend]
Collaboration diagram for SIPROXY:
Collaboration graph
[legend]

Public Member Functions

 SIPROXY (vtkSMProxy *proxy)
 
- Public Member Functions inherited from SIOBJECT
 SIOBJECT (vtkSMRemoteObject *rmobject)
 

Detailed Description

This defines a stream manipulator for the vtkClientServerStream that can be used to indicate to the interpreter that the placeholder is to be replaced by the vtkSIProxy instance for the given vtkSMProxy instance.

e.g.

Will result in calling the vtkSIProxy::MethodName() when the stream in interpreted.

Definition at line 1033 of file vtkSMProxy.h.

Constructor & Destructor Documentation

◆ SIPROXY()

SIPROXY::SIPROXY ( vtkSMProxy proxy)
inline

Definition at line 1036 of file vtkSMProxy.h.


The documentation for this class was generated from the following file: