#include <vtkMPICompositeManager.h>
Public Types | |
enum | Tags { GATHER_Z_RMI_TAG = 987987, Z_TAG = 88771 } |
Public Member Functions | |
vtkTypeRevisionMacro (vtkMPICompositeManager, vtkCompositeRenderManager) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | InitializeRMIs () |
float | GetZBufferValue (int x, int y) |
void | GatherZBufferValueRMI (int x, int y) |
virtual void | StartRender () |
Static Public Member Functions | |
vtkMPICompositeManager * | New () |
Protected Member Functions | |
vtkMPICompositeManager () | |
~vtkMPICompositeManager () |
Definition at line 26 of file vtkMPICompositeManager.h.
|
Definition at line 45 of file vtkMPICompositeManager.h. |
|
|
|
|
|
|
|
|
|
|
|
If the user wants to handle the event loop, then they must call this method to initialize the RMIs. |
|
Get the z buffer value at a pixel. GatherZBufferValue is an internal method. Called only on root node. |
|
Internal method: called only on non-Root nodes. |
|
Overridden to set the Image Size when ParallelRendering is off. |