Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence de la structure Arcane::Numerics::IGeometryProperty

Geometric properties. Plus de détails...

#include <arcane/geometry/IGeometryMng.h>

+ Graphe de collaboration de Arcane::Numerics::IGeometryProperty:

Classes

class  Enumerator
 

Types publics

enum  eProperty {
  PNone = 0 , PMeasure = (1 << 0) , PLength = (1 << 1) , PArea = (1 << 2) ,
  PVolume = (1 << 3) , PCenter = (1 << 4) , PNormal = (1 << 5) , PVolumeSurfaceRatio = (1 << 6) ,
  PEnd = (1 << 7)
}
 
enum  eStorage { PNoStorage = 0 , PVariable = (1 << 0) }
 

Fonctions membres publiques statiques

static bool isScalar (const eProperty p)
 
static bool isVectorial (const eProperty p)
 
static String name (const eProperty p)
 
static String name (const eStorage p)
 

Description détaillée

Geometric properties.

Some of them are contextual. For example, the PMeasure of a 3D cell is its PVolume.

Technical notes: A external container given by the user cannot be used for anything except the given property. An internal ItemGroupMap cannot be allocated for a group different of the group wished by the used.

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

Documentation des énumérations membres

◆ eProperty

enum Arcane::Numerics::IGeometryProperty::eProperty

Définition à la ligne 40 du fichier IGeometryMng.h.

◆ eStorage

enum Arcane::Numerics::IGeometryProperty::eStorage

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

Documentation des fonctions membres

◆ isScalar()

static bool Arcane::Numerics::IGeometryProperty::isScalar ( const eProperty  p)
inlinestatic

Définition à la ligne 59 du fichier IGeometryMng.h.

◆ isVectorial()

static bool Arcane::Numerics::IGeometryProperty::isVectorial ( const eProperty  p)
inlinestatic

Définition à la ligne 64 du fichier IGeometryMng.h.

◆ name() [1/2]

static String Arcane::Numerics::IGeometryProperty::name ( const eProperty  p)
inlinestatic

Définition à la ligne 80 du fichier IGeometryMng.h.

◆ name() [2/2]

static String Arcane::Numerics::IGeometryProperty::name ( const eStorage  p)
inlinestatic

Définition à la ligne 104 du fichier IGeometryMng.h.


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