Informations pour l'écriture d'une courbe.
Plus de détails...
#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 |
| Nom de la courbe.
|
|
const String & | support () const |
|
bool | hasSupport () const |
|
Int32ConstArrayView | iterations () const |
| Liste des itérations.
|
|
RealConstArrayView | values () const |
| Liste des valeurs de la courbe.
|
|
Integer | subSize () const |
| Nombre de valeur par temps.
|
|
Integer | subDomain () const |
|
Informations pour l'écriture d'une courbe.
Définition à la ligne 41 du fichier 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 |
|
private |
◆ m_iterations
◆ m_name
String Arcane::TimeHistoryCurveInfo::m_name |
|
private |
◆ m_sub_domain
Integer Arcane::TimeHistoryCurveInfo::m_sub_domain |
|
private |
◆ m_sub_size
Integer Arcane::TimeHistoryCurveInfo::m_sub_size |
|
private |
◆ m_support
String Arcane::TimeHistoryCurveInfo::m_support |
|
private |
◆ m_values
La documentation de cette classe a été générée à partir du fichier suivant :