Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::ITimeHistoryCurveWriter Class Referenceabstract

Interface of a curve writer. More...

#include <arcane/core/ITimeHistoryCurveWriter.h>

Collaboration diagram for Arcane::ITimeHistoryCurveWriter:

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.

Detailed Description

Interface of a curve writer.

Deprecated
Use the ITimeHistoryCurveWriter2 interface instead.

Definition at line 34 of file ITimeHistoryCurveWriter.h.

Member Function Documentation

◆ writeCurve()

virtual void Arcane::ITimeHistoryCurveWriter::writeCurve ( const IDirectory & path,
const String & name,
Int32ConstArrayView iterations,
RealConstArrayView times,
RealConstArrayView values,
Integer sub_size )
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().

Here is the call graph for this function:

The documentation for this class was generated from the following file: