13#ifndef ARCANE_CORE_IVARIABLEREADER_H
14#define ARCANE_CORE_IVARIABLEREADER_H
Declarations of Arcane's general types.
Brief reading of variables during calculation.
virtual Real2 timeInterval(IVariable *var)=0
Time interval of values for the variable var. The data for the variable var exists for the times incl...
virtual void setBaseDirectoryName(const String &path)=0
Sets the path of the directory containing the data.
virtual void initialize(bool is_start)=0
Initializes the reader.
virtual void updateVariables(Real wanted_time)=0
Updates the variables for the time wanted_time.
virtual void setVariables(VariableCollection vars)=0
Sets the list of variables that we wish to reread. This call must happen before initialize().
virtual void setBaseFileName(const String &filename)=0
Sets the name of the file containing the data.
Class managing a 2-dimensional real vector.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
double Real
Type representing a real number.