Read view on a scalar mesh variable. More...
#include <arcane/materials/ComponentSimd.h>
Public Member Functions | |
| MatItemVariableScalarOutViewT (IMeshMaterialVariable *var, ArrayView< DataType > *v) | |
| SimdSetter< DataType > | operator[] (const SimdMatVarIndex &mvi) const |
| Vector access operator with indirection. | |
| DataType & | operator[] (ItemIndexType mvi) const |
| Access operator for the item entity. | |
| DataType & | operator[] (ComponentItemLocalId lid) const |
| Access operator for the item entity. | |
| DataType & | operator[] (PureMatVarIndex pmvi) const |
| DataType & | value (ItemIndexType mvi) const |
| Access operator for the item entity. | |
| DataType & | value0 (PureMatVarIndex idx) const |
| DataType & | operator[] (CellComponentCellEnumerator mc) const |
| Partial value of the variable for the mc iterator. | |
| DataType & | operator[] (EnvCellEnumerator mc) const |
| Partial value of the variable for the mc iterator. | |
| Public Member Functions inherited from Arcane::Materials::MatVariableViewBase | |
| MatVariableViewBase (IMeshMaterialVariable *var) | |
| IMeshMaterialVariable * | variable () const |
Private Types | |
| typedef MatVarIndex | ItemIndexType |
| typedef A_ALIGNED_64 DataType * | DataTypeAlignedPtr |
Private Attributes | |
| ArrayView< DataType > * | m_value |
| DataTypeAlignedPtr | m_value0 |
Read view on a scalar mesh variable.
Definition at line 322 of file ComponentSimd.h.
|
private |
Definition at line 328 of file ComponentSimd.h.
|
private |
Definition at line 327 of file ComponentSimd.h.
|
inline |
Definition at line 332 of file ComponentSimd.h.
|
inline |
Partial value of the variable for the mc iterator.
Definition at line 373 of file ComponentSimd.h.
References operator[]().
|
inline |
Access operator for the item entity.
Definition at line 351 of file ComponentSimd.h.
References Arcane::Materials::MatVarIndex::arrayIndex(), Arcane::Materials::ConstituentItemLocalId::localId(), and Arcane::Materials::MatVarIndex::valueIndex().
|
inline |
Vector access operator with indirection.
Definition at line 339 of file ComponentSimd.h.
Referenced by operator[](), and operator[]().
|
inline |
Partial value of the variable for the mc iterator.
Definition at line 379 of file ComponentSimd.h.
References operator[]().
|
inline |
Access operator for the item entity.
Definition at line 345 of file ComponentSimd.h.
References Arcane::Materials::MatVarIndex::arrayIndex(), and Arcane::Materials::MatVarIndex::valueIndex().
|
inline |
Definition at line 356 of file ComponentSimd.h.
|
inline |
Access operator for the item entity.
Definition at line 362 of file ComponentSimd.h.
References Arcane::Materials::MatVarIndex::arrayIndex(), and Arcane::Materials::MatVarIndex::valueIndex().
|
inline |
Definition at line 367 of file ComponentSimd.h.
|
private |
Definition at line 386 of file ComponentSimd.h.
|
private |
Definition at line 387 of file ComponentSimd.h.