#include "vtkMPI.h"
#include "vtkMPIPixelTT.h"
#include "vtkMPIPixelView.h"
#include "vtkPixelExtent.h"
#include "vtkPixelTransfer.h"
#include "vtkRenderingParallelLICModule.h"
#include "vtkSetGet.h"
#include <cstring>
#include <iostream>
#include <vector>
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...
|
|
◆ HOLD_RECV_TYPES
◆ SAVE_SEND_REQS
◆ HOLD_SEND_TYPES
◆ operator<<()
VTKRENDERINGPARALLELLIC_EXPORT ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const vtkPPixelTransfer & |
gt |
|
) |
| |