Classes
vtkClientServerStream.h File Reference
#include "vtkClientServerID.h"
#include "vtkVariant.h"
Include dependency graph for vtkClientServerStream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkClientServerStream
 Store messages for the interpreter. More...
 
struct  vtkClientServerStream::Argument
 Proxy-object returned by the two-argument form of GetArgument. More...
 
struct  vtkClientServerStream::Array
 Proxy-object returned by InsertArray and used to insert array data into the stream. More...
 

Functions

template<class T >
int vtkClientServerStreamGetArgumentObject (const vtkClientServerStream &msg, int message, int argument, T **result, const char *type)
 Get the given argument of the given message as a pointer to a vtkObjectBase instance of a specific type. More...
 

Function Documentation

◆ vtkClientServerStreamGetArgumentObject()

template<class T >
int vtkClientServerStreamGetArgumentObject ( const vtkClientServerStream msg,
int  message,
int  argument,
T **  result,
const char *  type 
)

Get the given argument of the given message as a pointer to a vtkObjectBase instance of a specific type.

Returns whether the argument was really of the requested type.

Definition at line 446 of file vtkClientServerStream.h.