|
ParaView
|
subclass to read progress events as and when they appear. More...
#include <vtkPVMPICommunicator.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkPVMPICommunicator * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVMPICommunicator * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVMPICommunicator () | |
| ~vtkPVMPICommunicator () | |
| virtual int | ReceiveDataInternal (char *data, int length, int sizeoftype, int remoteProcessId, int tag, vtkMPICommunicatorReceiveDataInfo *info, int useCopy, int &senderId) |
subclass to read progress events as and when they appear.
vtkPVMPICommunicator overrides the ReceiveVoidArray() to use a asynchoronous receive to read in progress events sent by statellites as they appear.
Definition at line 28 of file vtkPVMPICommunicator.h.
| vtkPVMPICommunicator::vtkPVMPICommunicator | ( | ) | [protected] |
| vtkPVMPICommunicator::~vtkPVMPICommunicator | ( | ) | [protected] |
| static vtkPVMPICommunicator* vtkPVMPICommunicator::New | ( | ) | [static] |
Reimplemented from vtkMPICommunicator.
| virtual const char* vtkPVMPICommunicator::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkMPICommunicator.
| static int vtkPVMPICommunicator::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkMPICommunicator.
| virtual int vtkPVMPICommunicator::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkMPICommunicator.
| static vtkPVMPICommunicator* vtkPVMPICommunicator::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkMPICommunicator.
| void vtkPVMPICommunicator::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkMPICommunicator.
| virtual int vtkPVMPICommunicator::ReceiveDataInternal | ( | char * | data, |
| int | length, | ||
| int | sizeoftype, | ||
| int | remoteProcessId, | ||
| int | tag, | ||
| vtkMPICommunicatorReceiveDataInfo * | info, | ||
| int | useCopy, | ||
| int & | senderId | ||
| ) | [protected, virtual] |
Implementation for receive data. Overridden to do a polling receive to read progress events as well.
Reimplemented from vtkMPICommunicator.
1.7.5.1