#include <vtkCommunicator.h>
Detailed Description
A custom operation to use in a reduce command. Subclass this object to provide your own operations.
Definition at line 100 of file vtkCommunicator.h.
Constructor & Destructor Documentation
virtual vtkCommunicator::Operation::~Operation |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
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.
The documentation for this class was generated from the following file: