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

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

#include <arcane/core/VariableView.h>

Public Member Functions

 ItemVariableArrayInViewT (IVariable *var, Span2< const DataType > v)
Span< const DataType > operator[] (ItemIndexType i) const
 Access operator for the item entity.
Span< const 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 DataType>
class Arcane::ItemVariableArrayInViewT< ItemType, DataType >

Read view on an array mesh variable.

Definition at line 233 of file VariableView.h.

Constructor & Destructor Documentation

◆ ItemVariableArrayInViewT()

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

Definition at line 242 of file VariableView.h.

Member Function Documentation

◆ operator[]()

template<typename ItemType, typename DataType>
Span< const DataType > Arcane::ItemVariableArrayInViewT< ItemType, DataType >::operator[] ( ItemIndexType i) const
inline

Access operator for the item entity.

Definition at line 248 of file VariableView.h.

◆ value()

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

Access operator for the item entity.

Definition at line 254 of file VariableView.h.


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