Arcane  v3.14.10.0
Documentation utilisateur
Chargement...
Recherche...
Aucune correspondance
Référence du modèle de la classe Arccore::ConstArray4View< DataType >

Vue constante pour un tableau 4D. Plus de détails...

#include <arccore/base/Array4View.h>

+ Graphe de collaboration de Arccore::ConstArray4View< DataType >:

Fonctions membres publiques

constexpr ConstArray4View (DataType *ptr, Integer dim1_size, Integer dim2_size, Integer dim3_size, Integer dim4_size)
 
constexpr Integer dim1Size () const
 
constexpr Integer dim2Size () const
 
constexpr Integer dim3Size () const
 
constexpr Integer dim4Size () const
 
constexpr Integer totalNbElement () const
 
constexpr ConstArray3View< DataType > operator[] (Integer i) const
 
constexpr const DataType & operator() (Integer i, Integer j, Integer k, Integer l) const
 Valeur pour l'élément i,j,k,l.
 
constexpr DataType item (Integer i, Integer j, Integer k, Integer l) const
 
constexpr const DataType * unguardedBasePointer ()
 Pointeur sur la mémoire allouée.
 
constexpr const DataType * data ()
 Pointeur sur la mémoire allouée.
 

Description détaillée

template<class DataType>
class Arccore::ConstArray4View< DataType >

Vue constante pour un tableau 4D.

Définition à la ligne 148 du fichier arccore/src/base/arccore/base/Array4View.h.

Documentation des constructeurs et destructeur

◆ ConstArray4View() [1/2]

template<class DataType >
constexpr Arccore::ConstArray4View< DataType >::ConstArray4View ( DataType *  ptr,
Integer  dim1_size,
Integer  dim2_size,
Integer  dim3_size,
Integer  dim4_size 
)
inlineconstexpr

Définition à la ligne 151 du fichier arccore/src/base/arccore/base/Array4View.h.

◆ ConstArray4View() [2/2]

template<class DataType >
constexpr Arccore::ConstArray4View< DataType >::ConstArray4View ( )
inlineconstexpr

Définition à la ligne 158 du fichier arccore/src/base/arccore/base/Array4View.h.

Documentation des fonctions membres

◆ data()

template<class DataType >
constexpr const DataType * Arccore::ConstArray4View< DataType >::data ( )
inlineconstexpr

Pointeur sur la mémoire allouée.

Définition à la ligne 200 du fichier arccore/src/base/arccore/base/Array4View.h.

◆ dim1Size()

template<class DataType >
constexpr Integer Arccore::ConstArray4View< DataType >::dim1Size ( ) const
inlineconstexpr

Définition à la ligne 164 du fichier arccore/src/base/arccore/base/Array4View.h.

◆ dim2Size()

template<class DataType >
constexpr Integer Arccore::ConstArray4View< DataType >::dim2Size ( ) const
inlineconstexpr

Définition à la ligne 165 du fichier arccore/src/base/arccore/base/Array4View.h.

◆ dim3Size()

template<class DataType >
constexpr Integer Arccore::ConstArray4View< DataType >::dim3Size ( ) const
inlineconstexpr

Définition à la ligne 166 du fichier arccore/src/base/arccore/base/Array4View.h.

◆ dim4Size()

template<class DataType >
constexpr Integer Arccore::ConstArray4View< DataType >::dim4Size ( ) const
inlineconstexpr

Définition à la ligne 167 du fichier arccore/src/base/arccore/base/Array4View.h.

◆ item()

template<class DataType >
constexpr DataType Arccore::ConstArray4View< DataType >::item ( Integer  i,
Integer  j,
Integer  k,
Integer  l 
) const
inlineconstexpr

Définition à la ligne 189 du fichier arccore/src/base/arccore/base/Array4View.h.

◆ operator()()

template<class DataType >
constexpr const DataType & Arccore::ConstArray4View< DataType >::operator() ( Integer  i,
Integer  j,
Integer  k,
Integer  l 
) const
inlineconstexpr

Valeur pour l'élément i,j,k,l.

Définition à la ligne 176 du fichier arccore/src/base/arccore/base/Array4View.h.

◆ operator[]()

template<class DataType >
constexpr ConstArray3View< DataType > Arccore::ConstArray4View< DataType >::operator[] ( Integer  i) const
inlineconstexpr

Définition à la ligne 170 du fichier arccore/src/base/arccore/base/Array4View.h.

◆ totalNbElement()

template<class DataType >
constexpr Integer Arccore::ConstArray4View< DataType >::totalNbElement ( ) const
inlineconstexpr

Définition à la ligne 168 du fichier arccore/src/base/arccore/base/Array4View.h.

◆ unguardedBasePointer()

template<class DataType >
constexpr const DataType * Arccore::ConstArray4View< DataType >::unguardedBasePointer ( )
inlineconstexpr

Pointeur sur la mémoire allouée.

Définition à la ligne 197 du fichier arccore/src/base/arccore/base/Array4View.h.


La documentation de cette classe a été générée à partir du fichier suivant :