#include <arcane/core/ITimeHistoryMng.h>
Public Member Functions | |
| TimeHistoryAddValueArg (const String &name, bool end_time, Integer subdomain_id) | |
| Constructor with three parameters. | |
| TimeHistoryAddValueArg (const String &name, bool end_time) | |
| Constructor with two parameters. | |
| TimeHistoryAddValueArg (const String &name) | |
| Constructor with one parameter. | |
| const String & | name () const |
| bool | endTime () const |
| bool | isLocal () const |
| Integer | localSubDomainId () const |
Class containing the arguments for the user methods 'addValue'.
Definition at line 33 of file ITimeHistoryMng.h.
|
inline |
Constructor with three parameters.
| name | The name of the curve. |
| end_time | Should the value be written at our iteration or at our iteration-1? |
| subdomain_id | The ID of the subdomain that must save the value (-1 for global). |
Definition at line 44 of file ITimeHistoryMng.h.
Referenced by TimeHistoryAddValueArg(), and TimeHistoryAddValueArg().
|
inline |
Constructor with two parameters.
The value will be saved globally, and not on a specific subdomain.
| name | The name of the curve. |
| end_time | Should the value be written at our iteration or at our iteration-1? |
Definition at line 58 of file ITimeHistoryMng.h.
References TimeHistoryAddValueArg().
|
inlineexplicit |
Constructor with one parameter.
The value will be saved globally, and not on a specific subdomain. The value will be saved at our iteration.
| name | The name of the curve. |
Definition at line 70 of file ITimeHistoryMng.h.
References TimeHistoryAddValueArg().
|
inline |
Definition at line 77 of file ITimeHistoryMng.h.
|
inline |
Definition at line 78 of file ITimeHistoryMng.h.
|
inline |
Definition at line 79 of file ITimeHistoryMng.h.
|
inline |
Definition at line 76 of file ITimeHistoryMng.h.