#include <DECOptions.hxx>

Public Member Functions | |
| DECOptions () | |
| DECOptions (const DECOptions &deco) | |
| const std::string & | getMethod () const |
| void | setMethod (const char *m) |
| TimeInterpolationMethod | getTimeInterpolationMethod () const |
| void | setTimeInterpolationMethod (TimeInterpolationMethod it) |
| bool | getForcedRenormalization () const |
| void | setForcedRenormalization (bool dr) |
| bool | getAsynchronous () const |
| void | setAsynchronous (bool dr) |
| AllToAllMethod | getAllToAllMethod () const |
| void | setAllToAllMethod (AllToAllMethod sp) |
Protected Attributes | |
| std::string | _method |
| bool | _asynchronous |
| TimeInterpolationMethod | _timeInterpolationMethod |
| AllToAllMethod | _allToAllMethod |
| bool | _forcedRenormalization |
| ParaMEDMEM.DECOptions.DECOptions | ( | ) |
| ParaMEDMEM.DECOptions.DECOptions | ( | const DECOptions & | deco | ) |
| const std::string& ParaMEDMEM.DECOptions.getMethod | ( | ) | const |
References ParaMEDMEM.DECOptions._method.
| void ParaMEDMEM.DECOptions.setMethod | ( | const char * | m | ) |
References ParaMEDMEM.DECOptions._method, and TestMedCorba2.m.
| TimeInterpolationMethod ParaMEDMEM.DECOptions.getTimeInterpolationMethod | ( | ) | const |
References ParaMEDMEM.DECOptions._timeInterpolationMethod.
| void ParaMEDMEM.DECOptions.setTimeInterpolationMethod | ( | TimeInterpolationMethod | it | ) |
References ParaMEDMEM.DECOptions._timeInterpolationMethod, and Med_Gen_test.it.
| bool ParaMEDMEM.DECOptions.getForcedRenormalization | ( | ) | const |
References ParaMEDMEM.DECOptions._forcedRenormalization.
| void ParaMEDMEM.DECOptions.setForcedRenormalization | ( | bool | dr | ) |
References ParaMEDMEM.DECOptions._forcedRenormalization.
| bool ParaMEDMEM.DECOptions.getAsynchronous | ( | ) | const |
References ParaMEDMEM.DECOptions._asynchronous.
| void ParaMEDMEM.DECOptions.setAsynchronous | ( | bool | dr | ) |
References ParaMEDMEM.DECOptions._asynchronous.
| AllToAllMethod ParaMEDMEM.DECOptions.getAllToAllMethod | ( | ) | const |
References ParaMEDMEM.DECOptions._allToAllMethod.
| void ParaMEDMEM.DECOptions.setAllToAllMethod | ( | AllToAllMethod | sp | ) |
References ParaMEDMEM.DECOptions._allToAllMethod.
std::string ParaMEDMEM.DECOptions._method [protected] |
Reimplemented in ParaMEDMEM.NonCoincidentDEC.
bool ParaMEDMEM.DECOptions._asynchronous [protected] |
AllToAllMethod ParaMEDMEM.DECOptions._allToAllMethod [protected] |
bool ParaMEDMEM.DECOptions._forcedRenormalization [protected] |