#include <vtkCommunicator.h>
Definition at line 100 of file vtkCommunicator.h.
Public Member Functions | |
virtual void | Function (const void *A, void *B, vtkIdType length, int datatype)=0 |
virtual int | Commutative ()=0 |
virtual | ~Operation () |
virtual vtkCommunicator::Operation::~Operation | ( | ) | [inline, virtual] |
Definition at line 120 of file vtkCommunicator.h.
virtual void vtkCommunicator::Operation::Function | ( | const void * | A, | |
void * | B, | |||
vtkIdType | length, | |||
int | datatype | |||
) | [pure virtual] |
virtual int vtkCommunicator::Operation::Commutative | ( | ) | [pure virtual] |
Subclasses override this method to specify whether their operation is commutative. It should return 1 if commutative or 0 if not.