ParaView
Public Types | Public Member Functions | Static Public Member Functions | List of all members
vtkMPICompositeManager Class Reference

Composites when running in MPI mode. More...

#include <vtkMPICompositeManager.h>

Inherits vtkCompositeRenderManager.

Public Types

enum  Tags { GATHER_Z_RMI_TAG = 987987, Z_TAG = 88771 }
 
typedef vtkCompositeRenderManager Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void InitializeRMIs ()
 If the user wants to handle the event loop, then they must call this method to initialize the RMIs. More...
 
float GetZBufferValue (int x, int y)
 Get the z buffer value at a pixel. More...
 
void GatherZBufferValueRMI (int x, int y)
 Internal method: called only on non-Root nodes. More...
 
virtual void StartRender ()
 Overridden to set the Image Size when ParallelRendering is off. More...
 

Static Public Member Functions

static vtkMPICompositeManagerNew ()
 
static int IsTypeOf (const char *type)
 
static vtkMPICompositeManagerSafeDownCast (vtkObject *o)
 
virtual int ChooseBuffer ()
 Select buffer to read from / render into. More...
 
 vtkMPICompositeManager ()
 Select buffer to read from / render into. More...
 
 ~vtkMPICompositeManager ()
 Select buffer to read from / render into. More...
 

Detailed Description

Composites when running in MPI mode.

Definition at line 28 of file vtkMPICompositeManager.h.

Member Typedef Documentation

§ Superclass

typedef vtkCompositeRenderManager vtkMPICompositeManager::Superclass

Definition at line 32 of file vtkMPICompositeManager.h.

Member Enumeration Documentation

§ Tags

Enumerator
GATHER_Z_RMI_TAG 
Z_TAG 

Definition at line 52 of file vtkMPICompositeManager.h.

Constructor & Destructor Documentation

§ 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.

Member Function Documentation

§ New()

static vtkMPICompositeManager* vtkMPICompositeManager::New ( )
static

§ 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()

static vtkMPICompositeManager* vtkMPICompositeManager::SafeDownCast ( vtkObject *  o)
static

§ 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: