12#ifndef ARCANE_CORE_INTERNAL_VARIABLEUTILSINTERNAL_H
13#define ARCANE_CORE_INTERNAL_VARIABLEUTILSINTERNAL_H
18#include "arcane/core/materials/MaterialsCoreGlobal.h"
Declarations of Arcane's general types.
Modifiable view of an array of type T.
Constant view of an array of type T.
Constant view on a contiguous memory region containing fixed-size elements.
static bool setFromFloat64Array(IVariable *v, ConstArrayView< double > values)
Copies the values values into the variable v.
static bool fillFloat64Array(IVariable *v, ArrayView< double > values)
Fills values with the variable's values.
static bool setFromMemoryBuffer(IVariable *v, ConstMemoryView values)
Copies the values values into the variable v.
static IDataInternal * getDataInternal(IVariable *v)
Returns the internal IData API associated with the variable v.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --