Arcane  v3.16.0.0
Documentation utilisateur
Chargement...
Recherche...
Aucune correspondance
Référence de la classe Arcane::SimdReal2

Représente un Real2 vectoriel. Plus de détails...

#include <arcane/utils/Simd.h>

Types publics

typedef SimdReal::Int32IndexType Int32IndexType
 

Fonctions membres publiques

 SimdReal2 (SimdReal _x, SimdReal _y)
 
 SimdReal2 (const Real2 *base, const Int32IndexType &idx)
 
const Real2 operator[] (Integer i) const
 
void set (Real2 *base, const Int32IndexType &idx) const
 
void set (Integer i, Real2 r)
 
Real2 get (Integer i) const
 

Attributs publics

SimdReal x
 
SimdReal y
 

Description détaillée

Représente un Real2 vectoriel.

Définition à la ligne 194 du fichier Simd.h.

Documentation des définitions de type membres

◆ Int32IndexType

Définition à la ligne 197 du fichier Simd.h.

Documentation des constructeurs et destructeur

◆ SimdReal2() [1/3]

Arcane::SimdReal2::SimdReal2 ( )
inline

Définition à la ligne 201 du fichier Simd.h.

◆ SimdReal2() [2/3]

Arcane::SimdReal2::SimdReal2 ( SimdReal _x,
SimdReal _y )
inline

Définition à la ligne 202 du fichier Simd.h.

◆ SimdReal2() [3/3]

Arcane::SimdReal2::SimdReal2 ( const Real2 * base,
const Int32IndexType & idx )
inline

Définition à la ligne 203 du fichier Simd.h.

Documentation des fonctions membres

◆ get()

Real2 Arcane::SimdReal2::get ( Integer i) const
inline

Définition à la ligne 224 du fichier Simd.h.

◆ operator[]()

const Real2 Arcane::SimdReal2::operator[] ( Integer i) const
inline

Définition à la ligne 210 du fichier Simd.h.

◆ set() [1/2]

void Arcane::SimdReal2::set ( Integer i,
Real2 r )
inline

Définition à la ligne 219 du fichier Simd.h.

◆ set() [2/2]

void Arcane::SimdReal2::set ( Real2 * base,
const Int32IndexType & idx ) const
inline

Définition à la ligne 212 du fichier Simd.h.

Documentation des données membres

◆ x

SimdReal Arcane::SimdReal2::x

Définition à la ligne 199 du fichier Simd.h.

◆ y

SimdReal Arcane::SimdReal2::y

Définition à la ligne 200 du fichier Simd.h.


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