------------------------------------------------------------------------------
| 393 | |
| 394 | //------------------------------------------------------------------------------ |
| 395 | void vtkMultiProcessStream::Pop(char*& array, unsigned int& size) |
| 396 | { |
| 397 | this->PopArray(array, size); |
| 398 | } |
| 399 | |
| 400 | //------------------------------------------------------------------------------ |
| 401 | void vtkMultiProcessStream::Pop(signed char*& array, unsigned int& size) |