Information for writing a curve.
More...
#include <arcane/core/ITimeHistoryCurveWriter2.h>
|
| | TimeHistoryCurveInfo (const String &aname, Int32ConstArrayView aiterations, RealConstArrayView avalues, Integer sub_size) |
| | TimeHistoryCurveInfo (const String &aname, Int32ConstArrayView aiterations, RealConstArrayView avalues, Integer sub_size, Integer sub_domain) |
| | TimeHistoryCurveInfo (const String &aname, const String &asupport, Int32ConstArrayView aiterations, RealConstArrayView avalues, Integer sub_size) |
| | TimeHistoryCurveInfo (const String &aname, const String &asupport, Int32ConstArrayView aiterations, RealConstArrayView avalues, Integer sub_size, Integer sub_domain) |
| const String & | name () const |
| | Curve name.
|
| const String & | support () const |
| bool | hasSupport () const |
| Int32ConstArrayView | iterations () const |
| | List of iterations.
|
| RealConstArrayView | values () const |
| | List of curve values.
|
| Integer | subSize () const |
| | Number of values per time step.
|
| Integer | subDomain () const |
Information for writing a curve.
Definition at line 43 of file ITimeHistoryCurveWriter2.h.
◆ TimeHistoryCurveInfo() [1/4]
◆ TimeHistoryCurveInfo() [2/4]
◆ TimeHistoryCurveInfo() [3/4]
◆ TimeHistoryCurveInfo() [4/4]
◆ hasSupport()
| bool Arcane::TimeHistoryCurveInfo::hasSupport |
( |
| ) |
const |
|
inline |
◆ iterations()
◆ name()
| const String & Arcane::TimeHistoryCurveInfo::name |
( |
| ) |
const |
|
inline |
◆ subDomain()
| Integer Arcane::TimeHistoryCurveInfo::subDomain |
( |
| ) |
const |
|
inline |
◆ subSize()
| Integer Arcane::TimeHistoryCurveInfo::subSize |
( |
| ) |
const |
|
inline |
◆ support()
| const String & Arcane::TimeHistoryCurveInfo::support |
( |
| ) |
const |
|
inline |
◆ values()
◆ m_has_support
| bool Arcane::TimeHistoryCurveInfo::m_has_support = false |
|
private |
◆ m_iterations
◆ m_name
| String Arcane::TimeHistoryCurveInfo::m_name |
|
private |
◆ m_sub_domain
| Integer Arcane::TimeHistoryCurveInfo::m_sub_domain = 0 |
|
private |
◆ m_sub_size
| Integer Arcane::TimeHistoryCurveInfo::m_sub_size = 0 |
|
private |
◆ m_support
| String Arcane::TimeHistoryCurveInfo::m_support |
|
private |
◆ m_values
The documentation for this class was generated from the following file: