Go to the documentation of this file.
31 #ifndef vtkMultiProcessStream_h
32 #define vtkMultiProcessStream_h
86 void Push(
unsigned int array[],
unsigned int size );
87 void Push(
unsigned char array[],
unsigned int size );
88 void Push(vtkTypeInt64 array[],
unsigned int size );
89 void Push(vtkTypeUInt64 array[],
unsigned int size );
99 void Pop(
double*& array,
unsigned int&
size);
103 void Pop(
unsigned int*& array,
unsigned int&
size );
104 void Pop(
unsigned char*& array,
unsigned int&
size );
105 void Pop(vtkTypeInt64*& array,
unsigned int&
size );
106 void Pop(vtkTypeUInt64*& array,
unsigned int&
size );
120 {
return(this->Size()+1);};
138 vtkInternals* Internals;
139 unsigned char Endianness;
void Pop(char *&array, unsigned int &size)
GLsizei GLsizei GLenum GLenum const GLvoid * data
void Pop(vtkTypeUInt64 *&array, unsigned int &size)
void SetRawData(const std::vector< unsigned char > &data)
void Push(float array[], unsigned int size)
void Push(char array[], unsigned int size)
void Push(vtkTypeUInt64 array[], unsigned int size)
stream used to pass data across processes using vtkMultiProcessController.
void Pop(int *&array, unsigned int &size)
void GetRawData(unsigned char *&data, unsigned int &size)
void Push(unsigned int array[], unsigned int size)
void GetRawData(std::vector< unsigned char > &data) const
void Pop(double *&array, unsigned int &size)
GLsizei const GLfloat * value
void Pop(vtkTypeInt64 *&array, unsigned int &size)
void SetRawData(const unsigned char *, unsigned int size)
vtkMultiProcessStream(const vtkMultiProcessStream &)
void Pop(unsigned int *&array, unsigned int &size)
#define VTKPARALLELCORE_EXPORT
VTKCOMMONCORE_EXPORT ostream & operator<<(ostream &os, const vtkIndent &o)
void Push(vtkTypeInt64 array[], unsigned int size)
void Pop(unsigned char *&array, unsigned int &size)
vtkMultiProcessStream & operator=(const vtkMultiProcessStream &)
void Push(int array[], unsigned int size)
void Push(unsigned char array[], unsigned int size)
void Push(double array[], unsigned int size)
GLsizei const GLchar ** string
void Pop(float *&array, unsigned int &size)