#include <mpidatatransfer.hh>
Public Member Functions | |
MPI_Broadcaster (int _root=0, MPI_Comm _comm=MPI_COMM_WORLD) | |
MPI_Broadcaster (MPI_Broadcaster< T > const &b) | |
~MPI_Broadcaster () | |
bool | operator() (T &x) const |
Definition at line 147 of file mpidatatransfer.hh.
RVL::MPI_Broadcaster< T >::MPI_Broadcaster | ( | int | _root = 0 , |
|
MPI_Comm | _comm = MPI_COMM_WORLD | |||
) |
Definition at line 154 of file mpidatatransfer.hh.
RVL::MPI_Broadcaster< T >::MPI_Broadcaster | ( | MPI_Broadcaster< T > const & | b | ) |
Definition at line 164 of file mpidatatransfer.hh.
RVL::MPI_Broadcaster< T >::~MPI_Broadcaster | ( | ) |
Definition at line 166 of file mpidatatransfer.hh.
bool RVL::MPI_Broadcaster< T >::operator() | ( | T & | x | ) | const |
Definition at line 168 of file mpidatatransfer.hh.