14#include "arcane/core/MeshVariableRef.h"
15#include "arcane/core/ItemGroup.h"
16#include "arcane/core/IMesh.h"
17#include "arcane/core/MeshHandle.h"
56operator=(
const MeshVariableRef& rhs)
68 MeshHandle mh = var->meshHandle();
70 IMesh* mesh = mh.mesh();
71 bool auto_init = mesh->isAllocated();
virtual void synchronize()=0
Synchronizes the variable.
Base class for a variable on mesh entities.
MeshVariableRef(const VariableBuildInfo &vb)
Constructs a reference linked to the module.
Parameters necessary for building a variable.
VariableRef(const VariableBuildInfo &vbi)
Constructs a reference to a variable with the infos vbi.
VariableRef & operator=(const VariableRef &from)
Copy assignment operator.
IVariable * variable() const
Associated variable.
void _internalInit(IVariable *)
Internal initialization of the variable.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
ConstArrayView< Int32 > Int32ConstArrayView
C equivalent of a 1D array of 32-bit integers.