Class interface allowing the addition of one or more values to a value history. More...
#include <arcane/core/ITimeHistoryAdder.h>
Public Member Functions | |
| virtual | ~ITimeHistoryAdder ()=default |
| Frees resources. | |
| virtual void | addValue (const TimeHistoryAddValueArg &thp, Real value)=0 |
| Method allowing the addition of a value to a history. | |
| virtual void | addValue (const TimeHistoryAddValueArg &thp, Int32 value)=0 |
| Method allowing the addition of a value to a history. | |
| virtual void | addValue (const TimeHistoryAddValueArg &thp, Int64 value)=0 |
| Method allowing the addition of a value to a history. | |
| virtual void | addValue (const TimeHistoryAddValueArg &thp, RealConstArrayView values)=0 |
| Method allowing the addition of values to a history. | |
| virtual void | addValue (const TimeHistoryAddValueArg &thp, Int32ConstArrayView values)=0 |
| Method allowing the addition of values to a history. | |
| virtual void | addValue (const TimeHistoryAddValueArg &thp, Int64ConstArrayView values)=0 |
| Method allowing the addition of values to a history. | |
Class interface allowing the addition of one or more values to a value history.
Definition at line 38 of file ITimeHistoryAdder.h.
|
pure virtual |
Method allowing the addition of a value to a history.
| thpi | The parameters of the value. |
| value | The value to add. |
Implemented in Arcane::GlobalTimeHistoryAdder, and Arcane::MeshTimeHistoryAdder.
|
pure virtual |
Method allowing the addition of values to a history.
| thpi | The parameters of the values. |
| value | The values to add. |
Implemented in Arcane::GlobalTimeHistoryAdder, and Arcane::MeshTimeHistoryAdder.
|
pure virtual |
Method allowing the addition of a value to a history.
| thpi | The parameters of the value. |
| value | The value to add. |
Implemented in Arcane::GlobalTimeHistoryAdder, and Arcane::MeshTimeHistoryAdder.
|
pure virtual |
Method allowing the addition of values to a history.
| thpi | The parameters of the values. |
| value | The values to add. |
Implemented in Arcane::GlobalTimeHistoryAdder, and Arcane::MeshTimeHistoryAdder.
|
pure virtual |
Method allowing the addition of a value to a history.
| thpi | The parameters of the value. |
| value | The value to add. |
Implemented in Arcane::GlobalTimeHistoryAdder, and Arcane::MeshTimeHistoryAdder.
|
pure virtual |
Method allowing the addition of values to a history.
| thpi | The parameters of the values. |
| value | The values to add. |
Implemented in Arcane::GlobalTimeHistoryAdder, and Arcane::MeshTimeHistoryAdder.