Classes | Functions
vtkSMProxy.h File Reference
#include "vtkClientServerID.h"
#include "vtkRemotingServerManagerModule.h"
#include "vtkSMRemoteObject.h"
Include dependency graph for vtkSMProxy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkSMProxy
 proxy for a VTK object(s) on a server More...
 
class  SIPROXY
 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...
 
class  VTKOBJECT
 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...
 

Functions

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

Function Documentation

◆ operator<<()