Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence de la classe Arcane::IndexedSpace

Indexed set/space to define matrix and vector support. Plus de détails...

#include <arcane/matrix/IndexedSpace.h>

+ Graphe d'héritage de Arcane::IndexedSpace:
+ Graphe de collaboration de Arcane::IndexedSpace:

Fonctions membres publiques

 IndexedSpace (const IndexedSpace &src)
 
IndexedSpaceoperator= (const IndexedSpace &src)
 
virtual bool isSubspace (const IndexedSpace &other) const
 Return whether the given space is a subspace.
 
virtual bool isSame (const IndexedSpace &other) const
 Return if the given space and us are the same.
 
virtual bool isCompatible (const IndexedSpace &other) const
 Return if the spaces can interoperate.
 

Description détaillée

Indexed set/space to define matrix and vector support.

Définition à la ligne 30 du fichier IndexedSpace.h.

Documentation des constructeurs et destructeur

◆ IndexedSpace() [1/2]

Arcane::IndexedSpace::IndexedSpace ( )
inline

Définition à la ligne 33 du fichier IndexedSpace.h.

◆ IndexedSpace() [2/2]

Arcane::IndexedSpace::IndexedSpace ( const IndexedSpace src)
inline

Définition à la ligne 34 du fichier IndexedSpace.h.

◆ ~IndexedSpace()

virtual Arcane::IndexedSpace::~IndexedSpace ( )
inlinevirtual

Définition à la ligne 36 du fichier IndexedSpace.h.

Documentation des fonctions membres

◆ isCompatible()

virtual bool Arcane::IndexedSpace::isCompatible ( const IndexedSpace other) const
inlinevirtual

Return if the spaces can interoperate.

Réimplémentée dans Arcane::EmptyIndexedSpace.

Définition à la ligne 53 du fichier IndexedSpace.h.

◆ isSame()

virtual bool Arcane::IndexedSpace::isSame ( const IndexedSpace other) const
inlinevirtual

Return if the given space and us are the same.

Réimplémentée dans Arcane::EmptyIndexedSpace.

Définition à la ligne 48 du fichier IndexedSpace.h.

◆ isSubspace()

virtual bool Arcane::IndexedSpace::isSubspace ( const IndexedSpace other) const
inlinevirtual

Return whether the given space is a subspace.

Réimplémentée dans Arcane::EmptyIndexedSpace.

Définition à la ligne 43 du fichier IndexedSpace.h.

◆ operator=()

IndexedSpace & Arcane::IndexedSpace::operator= ( const IndexedSpace src)
inline

Définition à la ligne 38 du fichier IndexedSpace.h.


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