Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Pyramid5ShapeView Class Reference

Specific view on geometric shapes of type GeomType::Pyramid5. More...

#include <arcane/geometry/GeneratedGeomShapeView.h>

Public Types

typedef PyramidElementConstView ElementConstView
typedef PyramidElementView ElementView
typedef PyramidElement ElementType
typedef Hexaedron8Element SVCElement
typedef Hexaedron8ElementView SVCElementView

Public Member Functions

 Pyramid5ShapeView (const GeomShapeView &rhs)
void fillSVC (Hexaedron8ElementView svc, Integer i)
 Fills svc with the values of the i-th control sub-volume.
 operator Pyramid5ElementConstView () const
 Conversion operator to a constant view of the geometric element.
Pyramid5ElementConstView elemView () const
 Constant view of the geometric element.

Static Public Member Functions

static Integer nbNode ()
 Number of nodes of the shape (returns 5).
static GeomType geomType ()
 Type of the shape (returns GeomType::Pyramid5 ).

Detailed Description

Specific view on geometric shapes of type GeomType::Pyramid5.

Definition at line 199 of file GeneratedGeomShapeView.h.

Member Typedef Documentation

◆ ElementConstView

typedef PyramidElementConstView Pyramid5ShapeView::ElementConstView

Definition at line 204 of file GeneratedGeomShapeView.h.

◆ ElementType

typedef PyramidElement Pyramid5ShapeView::ElementType

Definition at line 206 of file GeneratedGeomShapeView.h.

◆ ElementView

typedef PyramidElementView Pyramid5ShapeView::ElementView

Definition at line 205 of file GeneratedGeomShapeView.h.

◆ SVCElement

typedef Hexaedron8Element Pyramid5ShapeView::SVCElement

Definition at line 207 of file GeneratedGeomShapeView.h.

◆ SVCElementView

typedef Hexaedron8ElementView Pyramid5ShapeView::SVCElementView

Definition at line 208 of file GeneratedGeomShapeView.h.

Constructor & Destructor Documentation

◆ Pyramid5ShapeView() [1/2]

Pyramid5ShapeView::Pyramid5ShapeView ( )
inline

Definition at line 212 of file GeneratedGeomShapeView.h.

◆ Pyramid5ShapeView() [2/2]

Pyramid5ShapeView::Pyramid5ShapeView ( const GeomShapeView & rhs)
inlineexplicit

Definition at line 213 of file GeneratedGeomShapeView.h.

Member Function Documentation

◆ elemView()

Pyramid5ElementConstView Pyramid5ShapeView::elemView ( ) const
inline

Constant view of the geometric element.

Definition at line 229 of file GeneratedGeomShapeView.h.

◆ fillSVC()

void Pyramid5ShapeView::fillSVC ( Hexaedron8ElementView svc,
Integer i )
inline

Fills svc with the values of the i-th control sub-volume.

Definition at line 224 of file GeneratedGeomShapeView.h.

◆ geomType()

GeomType Pyramid5ShapeView::geomType ( )
inlinestatic

Type of the shape (returns GeomType::Pyramid5 ).

Definition at line 222 of file GeneratedGeomShapeView.h.

◆ nbNode()

Integer Pyramid5ShapeView::nbNode ( )
inlinestatic

Number of nodes of the shape (returns 5).

Definition at line 220 of file GeneratedGeomShapeView.h.

◆ operator Pyramid5ElementConstView()

Pyramid5ShapeView::operator Pyramid5ElementConstView ( ) const
inline

Conversion operator to a constant view of the geometric element.

Definition at line 227 of file GeneratedGeomShapeView.h.


The documentation for this class was generated from the following file: