Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::ItemVariableArrayOutViewT< ItemType, Accessor > Class Template Reference

Write view on an array mesh variable. More...

#include <arcane/core/VariableView.h>

Public Member Functions

 ItemVariableArrayOutViewT (IVariable *var, Span2< DataType > v)
DataTypeReturnType operator[] (ItemIndexType i) const
 Access operator for the item entity.
Span< DataType > value (ItemIndexType i) const
 Access operator for the item entity.
Public Member Functions inherited from Arcane::VariableViewBase
 VariableViewBase (IVariable *)

Detailed Description

template<typename ItemType, typename Accessor>
class Arcane::ItemVariableArrayOutViewT< ItemType, Accessor >

Write view on an array mesh variable.

Definition at line 271 of file VariableView.h.

Constructor & Destructor Documentation

◆ ItemVariableArrayOutViewT()

template<typename ItemType, typename Accessor>
Arcane::ItemVariableArrayOutViewT< ItemType, Accessor >::ItemVariableArrayOutViewT ( IVariable * var,
Span2< DataType > v )
inline

Definition at line 282 of file VariableView.h.

Member Function Documentation

◆ operator[]()

template<typename ItemType, typename Accessor>
DataTypeReturnType Arcane::ItemVariableArrayOutViewT< ItemType, Accessor >::operator[] ( ItemIndexType i) const
inline

Access operator for the item entity.

Definition at line 288 of file VariableView.h.

◆ value()

template<typename ItemType, typename Accessor>
Span< DataType > Arcane::ItemVariableArrayOutViewT< ItemType, Accessor >::value ( ItemIndexType i) const
inline

Access operator for the item entity.

Definition at line 294 of file VariableView.h.


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