Composites when running in MPI mode.
More...
#include <vtkMPICompositeManager.h>
Inherits vtkCompositeRenderManager.
Composites when running in MPI mode.
Definition at line 28 of file vtkMPICompositeManager.h.
§ Superclass
§ Tags
§ vtkMPICompositeManager()
vtkMPICompositeManager::vtkMPICompositeManager |
( |
| ) |
|
|
protected |
Select buffer to read from / render into.
Overridden to choose the back buffer only when the buffers haven;t been swapped yet.
§ ~vtkMPICompositeManager()
vtkMPICompositeManager::~vtkMPICompositeManager |
( |
| ) |
|
|
protected |
Select buffer to read from / render into.
Overridden to choose the back buffer only when the buffers haven;t been swapped yet.
§ New()
§ GetClassName()
virtual const char* vtkMPICompositeManager::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkMPICompositeManager::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkMPICompositeManager::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkMPICompositeManager::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ InitializeRMIs()
virtual void vtkMPICompositeManager::InitializeRMIs |
( |
| ) |
|
|
virtual |
If the user wants to handle the event loop, then they must call this method to initialize the RMIs.
§ GetZBufferValue()
float vtkMPICompositeManager::GetZBufferValue |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
Get the z buffer value at a pixel.
GatherZBufferValue is an internal method. Called only on root node.
§ GatherZBufferValueRMI()
void vtkMPICompositeManager::GatherZBufferValueRMI |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
Internal method: called only on non-Root nodes.
§ StartRender()
virtual void vtkMPICompositeManager::StartRender |
( |
| ) |
|
|
virtual |
Overridden to set the Image Size when ParallelRendering is off.
§ ChooseBuffer()
virtual int vtkMPICompositeManager::ChooseBuffer |
( |
| ) |
|
|
virtual |
Select buffer to read from / render into.
Overridden to choose the back buffer only when the buffers haven;t been swapped yet.
The documentation for this class was generated from the following file: