Public Member Functions | Friends | List of all members
VTKOBJECT 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 vtkObject instance for the given vtkSMProxy instance. More...

#include <vtkSMProxy.h>

Public Member Functions

 VTKOBJECT (vtkSMProxy *proxy)
 

Friends

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

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 vtkObject instance for the given vtkSMProxy instance.

e.g.

Will result in calling the vtkClassName::MethodName() when the stream in interpreted where vtkClassName is the type for the VTKObject which the proxyA represents.

Definition at line 1052 of file vtkSMProxy.h.

Constructor & Destructor Documentation

◆ VTKOBJECT()

VTKOBJECT::VTKOBJECT ( vtkSMProxy proxy)
inline

Definition at line 1059 of file vtkSMProxy.h.

Friends And Related Function Documentation

◆ operator<<

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

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