------------------------------------------------------------------------------
| 188 | |
| 189 | //------------------------------------------------------------------------------ |
| 190 | void vtkMultiProcessStream::Push(char array[], unsigned int size) |
| 191 | { |
| 192 | this->PushArray(array, size); |
| 193 | } |
| 194 | |
| 195 | //------------------------------------------------------------------------------ |
| 196 | void vtkMultiProcessStream::Push(signed char array[], unsigned int size) |