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... | |
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.