Interface of a curve writer. More...
#include <arcane/core/ITimeHistoryCurveWriter.h>
Public Member Functions | |
| virtual | ~ITimeHistoryCurveWriter ()=default |
| Frees resources. | |
| virtual void | build ()=0 |
| virtual void | writeCurve (const IDirectory &path, const String &name, Int32ConstArrayView iterations, RealConstArrayView times, RealConstArrayView values, Integer sub_size)=0 |
| Writes the curve named name. | |
| virtual String | name () const =0 |
| Writer name. | |
Interface of a curve writer.
Definition at line 34 of file ITimeHistoryCurveWriter.h.
|
pure virtual |
Writes the curve named name.
The values are in the values array. times and iterations contain respectively the time and the iteration number for each value. path contains the directory where the curves will be written
References name().