#include <mpiserialfo.hh>
Inheritance diagram for RVL::MPISynchRoot:
Public Member Functions | |
virtual void | set ()=0 |
initialization of internal data | |
virtual void | synch ()=0 |
synchronizes internal data in all instances of object, across processes | |
virtual | ~MPISynchRoot () |
Definition at line 14 of file mpiserialfo.hh.
virtual RVL::MPISynchRoot::~MPISynchRoot | ( | ) | [virtual] |
Definition at line 23 of file mpiserialfo.hh.
virtual void RVL::MPISynchRoot::set | ( | ) | [pure virtual] |
initialization of internal data
Implemented in RVL::MPISerialFunctionObjectRedn< DataType, ValType >, and RVL::MPISerialFunctionObjectRedn< Scalar, Scalar >.
virtual void RVL::MPISynchRoot::synch | ( | ) | [pure virtual] |
synchronizes internal data in all instances of object, across processes
Implemented in RVL::MPISerialFunctionObjectRedn< DataType, ValType >, and RVL::MPISerialFunctionObjectRedn< Scalar, Scalar >.