Information about writing curves. More...
#include <arcane/core/ITimeHistoryCurveWriter2.h>
Public Member Functions | |
| TimeHistoryCurveWriterInfo (const String &apath, RealConstArrayView atimes) | |
| String | path () const |
| Path to write the data (unless specifically overridden by the service via ITimeHistoryCurveWriter2::setOutputPath()). | |
| RealConstArrayView | times () const |
| List of times. | |
Information about writing curves.
Definition at line 127 of file ITimeHistoryCurveWriter2.h.
|
inline |
Definition at line 131 of file ITimeHistoryCurveWriter2.h.
|
inline |
Path to write the data (unless specifically overridden by the service via ITimeHistoryCurveWriter2::setOutputPath()).
Definition at line 142 of file ITimeHistoryCurveWriter2.h.
|
inline |
List of times.
Definition at line 144 of file ITimeHistoryCurveWriter2.h.