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 vtkClientServerStream & | operator<< (vtkClientServerStream &stream, const VTKOBJECT &manipulator) |
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 1074 of file vtkSMProxy.h.
|
inline |
Definition at line 1081 of file vtkSMProxy.h.
|
friend |