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 259 of file vtkClientServerStream.h.

Member Data Documentation

◆ Type

Types vtkClientServerStream::Array::Type

Definition at line 261 of file vtkClientServerStream.h.

◆ Length

vtkTypeUInt32 vtkClientServerStream::Array::Length

Definition at line 262 of file vtkClientServerStream.h.

◆ Size

vtkTypeUInt32 vtkClientServerStream::Array::Size

Definition at line 263 of file vtkClientServerStream.h.

◆ Data

const void* vtkClientServerStream::Array::Data

Definition at line 264 of file vtkClientServerStream.h.


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