Public Attributes | List of all members
vtkClientServerStream::Array Struct Reference

Proxy-object returned by InsertArray and used to insert array data into the stream. More...

#include <vtkClientServerStream.h>

Public Attributes

Types Type
 
vtkTypeUInt32 Length
 
vtkTypeUInt32 Size
 
const void * Data
 

Detailed Description

Proxy-object returned by InsertArray and used to insert array data into the stream.

Definition at line 239 of file vtkClientServerStream.h.

Member Data Documentation

◆ Type

Types vtkClientServerStream::Array::Type

Definition at line 241 of file vtkClientServerStream.h.

◆ Length

vtkTypeUInt32 vtkClientServerStream::Array::Length

Definition at line 242 of file vtkClientServerStream.h.

◆ Size

vtkTypeUInt32 vtkClientServerStream::Array::Size

Definition at line 243 of file vtkClientServerStream.h.

◆ Data

const void* vtkClientServerStream::Array::Data

Definition at line 244 of file vtkClientServerStream.h.


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