#include "vtkPixelTransfer.h"
#include "vtkRenderingParallelLICModule.h"
#include "vtkSetGet.h"
#include "vtkPixelExtent.h"
#include "vtkMPI.h"
#include "vtkMPIPixelTT.h"
#include "vtkMPIPixelView.h"
#include <iostream>
#include <vector>
#include <cstring>
Go to the source code of this file.
|
class | vtkPPixelTransfer |
| class to handle inter-process communication of pixel data from non-contiguous regions of a shared index space. More...
|
|
VTKRENDERINGPARALLELLIC_EXPORT ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const vtkPPixelTransfer & |
gt |
|
) |
| |