Public Member Functions | |
void | copyFrom (const DEC &other) |
DEC () | |
virtual void | sendRecvData (bool way=true)=0 |
virtual void | synchronize ()=0 |
virtual | ~DEC () |
Public Member Functions inherited from MEDCoupling::DECOptions | |
DECOptions () | |
DECOptions (const DECOptions &deco) | |
AllToAllMethod | getAllToAllMethod () const |
bool | getAsynchronous () const |
bool | getForcedRenormalization () const |
const std::string & | getMethod () const |
TimeInterpolationMethod | getTimeInterpolationMethod () const |
void | setAllToAllMethod (AllToAllMethod sp) |
void | setAsynchronous (bool dr) |
void | setForcedRenormalization (bool dr) |
void | setMethod (const char *m) |
void | setTimeInterpolationMethod (TimeInterpolationMethod it) |
Protected Attributes | |
const CommInterface * | _comm_interface |
Protected Attributes inherited from MEDCoupling::DECOptions | |
AllToAllMethod | _allToAllMethod |
bool | _asynchronous |
bool | _forcedRenormalization |
std::string | _method |
TimeInterpolationMethod | _timeInterpolationMethod |
DEC stands for Data Exchange Channel. See the page Data Exchange Channel - DEC for more on this.
This class is purely abstract. See the derivations:
MEDCoupling::DEC::DEC | ( | ) |
|
virtual |
void MEDCoupling::DEC::copyFrom | ( | const DEC & | other | ) |
References _comm_interface.
Referenced by MEDCoupling::DisjointDEC::copyInstance().
|
pure virtual |
|
pure virtual |
Implemented in MEDCoupling::DisjointDEC, and MEDCoupling::OverlapDEC.
|
protected |
Referenced by copyFrom().