#include <arcane/core/ITimeHistoryMng.h>
Class containing the arguments for the user methods 'addValue'.
Definition at line 33 of file ITimeHistoryMng.h.
◆ TimeHistoryAddValueArg() [1/3]
| Arcane::TimeHistoryAddValueArg::TimeHistoryAddValueArg |
( |
const String & | name, |
|
|
bool | end_time, |
|
|
Integer | subdomain_id ) |
|
inline |
Constructor with three parameters.
- 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().
◆ TimeHistoryAddValueArg() [2/3]
| Arcane::TimeHistoryAddValueArg::TimeHistoryAddValueArg |
( |
const String & | name, |
|
|
bool | end_time ) |
|
inline |
Constructor with two parameters.
The value will be saved globally, and not on a specific subdomain.
- Parameters
-
| 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().
◆ TimeHistoryAddValueArg() [3/3]
| Arcane::TimeHistoryAddValueArg::TimeHistoryAddValueArg |
( |
const String & | name | ) |
|
|
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.
- Parameters
-
| name | The name of the curve. |
Definition at line 70 of file ITimeHistoryMng.h.
References TimeHistoryAddValueArg().
◆ endTime()
| bool Arcane::TimeHistoryAddValueArg::endTime |
( |
| ) |
const |
|
inline |
◆ isLocal()
| bool Arcane::TimeHistoryAddValueArg::isLocal |
( |
| ) |
const |
|
inline |
◆ localSubDomainId()
| Integer Arcane::TimeHistoryAddValueArg::localSubDomainId |
( |
| ) |
const |
|
inline |
◆ name()
| const String & Arcane::TimeHistoryAddValueArg::name |
( |
| ) |
const |
|
inline |
◆ m_end_time
| bool Arcane::TimeHistoryAddValueArg::m_end_time |
|
private |
◆ m_name
| String Arcane::TimeHistoryAddValueArg::m_name |
|
private |
◆ m_subdomain_id
| Integer Arcane::TimeHistoryAddValueArg::m_subdomain_id |
|
private |
The documentation for this class was generated from the following file: