This defines a 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 <vtkSMRemoteObject.h>
Public Member Functions | |
SIOBJECT (vtkSMRemoteObject *rmobject) | |
Friends | |
VTKREMOTINGSERVERMANAGER_EXPORT vtkClientServerStream & | operator<< (vtkClientServerStream &stream, const SIOBJECT &manipulator) |
This defines a 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 190 of file vtkSMRemoteObject.h.
|
inline |
Definition at line 197 of file vtkSMRemoteObject.h.
|
friend |