Public Member Functions | Friends | List of all members
SIOBJECT Class Reference

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>

Inheritance diagram for SIOBJECT:
Inheritance graph
[legend]

Public Member Functions

 SIOBJECT (vtkSMRemoteObject *rmobject)
 

Friends

VTKREMOTINGSERVERMANAGER_EXPORT vtkClientServerStreamoperator<< (vtkClientServerStream &stream, const SIOBJECT &manipulator)
 

Detailed Description

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 202 of file vtkSMRemoteObject.h.

Constructor & Destructor Documentation

◆ SIOBJECT()

SIOBJECT::SIOBJECT ( vtkSMRemoteObject rmobject)
inline

Definition at line 209 of file vtkSMRemoteObject.h.

Friends And Related Function Documentation

◆ operator<<

VTKREMOTINGSERVERMANAGER_EXPORT vtkClientServerStream& operator<< ( vtkClientServerStream stream,
const SIOBJECT manipulator 
)
friend

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