#include <mpiserialdc.hh>
Inheritance diagram for RVL::MPISerialDCF:
Public Member Functions | |
MPISerialDCF (DataContainerFactory const &_f) | |
MPISerialDCF (MPISerialDCF const &fact) | |
~MPISerialDCF () | |
DataContainer * | build () const |
bool | compare (DataContainerFactory const &dcf) const |
bool | isCompatible (DataContainer const &dc) const |
since MPISerialDCs only allocate data on rk=0, compatibility must be tested there and result broadcast. | |
ostream & | write (ostream &str) const |
Definition at line 61 of file mpiserialdc.hh.
RVL::MPISerialDCF::MPISerialDCF | ( | DataContainerFactory const & | _f | ) |
Definition at line 74 of file mpiserialdc.hh.
RVL::MPISerialDCF::MPISerialDCF | ( | MPISerialDCF const & | fact | ) |
Definition at line 81 of file mpiserialdc.hh.
RVL::MPISerialDCF::~MPISerialDCF | ( | ) |
Definition at line 87 of file mpiserialdc.hh.
DataContainer* RVL::MPISerialDCF::build | ( | ) | const [virtual] |
bool RVL::MPISerialDCF::compare | ( | DataContainerFactory const & | dcf | ) | const [virtual] |
Implements RVL::DataContainerFactory.
bool RVL::MPISerialDCF::isCompatible | ( | DataContainer const & | dc | ) | const [virtual] |
since MPISerialDCs only allocate data on rk=0, compatibility must be tested there and result broadcast.
Implements RVL::DataContainerFactory.
ostream& RVL::MPISerialDCF::write | ( | ostream & | str | ) | const [virtual] |
Implements RVL::Writeable.