31 #ifndef __vtkMultiProcessStream_h
32 #define __vtkMultiProcessStream_h
77 void Push(
double array[],
unsigned int size);
78 void Push(
float array[],
unsigned int size);
79 void Push(
int array[],
unsigned int size);
80 void Push(
char array[],
unsigned int size);
81 void Push(
unsigned int array[],
unsigned int size );
82 void Push(
unsigned char array[],
unsigned int size );
83 void Push(vtkTypeInt64 array[],
unsigned int size );
84 void Push(vtkTypeUInt64 array[],
unsigned int size );
94 void Pop(
double*& array,
unsigned int& size);
95 void Pop(
float*& array,
unsigned int& size);
96 void Pop(
int*& array,
unsigned int& size);
97 void Pop(
char*& array,
unsigned int& size);
98 void Pop(
unsigned int*& array,
unsigned int& size );
99 void Pop(
unsigned char*& array,
unsigned int& size );
100 void Pop(vtkTypeInt64*& array,
unsigned int& size );
101 void Pop(vtkTypeUInt64*& array,
unsigned int& size );
115 {
return(this->Size()+1);};
125 void GetRawData(std::vector<unsigned char>&
data)
const;
126 void GetRawData(
unsigned char*&
data,
unsigned int &size );
127 void SetRawData(
const std::vector<unsigned char>&
data);
128 void SetRawData(
const unsigned char*,
unsigned int size);
133 vtkInternals* Internals;
134 unsigned char Endianness;
GLsizei GLsizei GLenum GLenum const GLvoid * data
stream used to pass data across processes using vtkMultiProcessController.
#define VTKPARALLELCORE_EXPORT
GLsizei const GLfloat * value
VTKCOMMONCORE_EXPORT ostream & operator<<(ostream &os, const vtkIndent &o)
GLsizei const GLchar ** string