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

Vue pour un tableau 3D constant. Plus de détails...

#include <arccore/base/Array3View.h>

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

Fonctions membres publiques

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

Description détaillée

template<class DataType>
class Arccore::ConstArray3View< DataType >

Vue pour un tableau 3D constant.

Définition à la ligne 124 du fichier arccore/src/base/arccore/base/Array3View.h.

Documentation des constructeurs et destructeur

◆ ConstArray3View() [1/2]

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

Définition à la ligne 127 du fichier arccore/src/base/arccore/base/Array3View.h.

◆ ConstArray3View() [2/2]

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

Définition à la ligne 132 du fichier arccore/src/base/arccore/base/Array3View.h.

Documentation des fonctions membres

◆ data()

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

Pointeur sur la mémoire allouée.

Définition à la ligne 171 du fichier arccore/src/base/arccore/base/Array3View.h.

◆ dim1Size()

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

Définition à la ligne 137 du fichier arccore/src/base/arccore/base/Array3View.h.

◆ dim2Size()

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

Définition à la ligne 138 du fichier arccore/src/base/arccore/base/Array3View.h.

◆ dim3Size()

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

Définition à la ligne 139 du fichier arccore/src/base/arccore/base/Array3View.h.

◆ item()

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

Définition à la ligne 147 du fichier arccore/src/base/arccore/base/Array3View.h.

◆ operator()()

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

Définition à la ligne 152 du fichier arccore/src/base/arccore/base/Array3View.h.

◆ operator[]()

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

Définition à la ligne 142 du fichier arccore/src/base/arccore/base/Array3View.h.

◆ totalNbElement()

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

Définition à la ligne 140 du fichier arccore/src/base/arccore/base/Array3View.h.

◆ unguardedBasePointer()

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

Pointeur sur la mémoire allouée.

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


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