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

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

#include <arcane/geometry/GeneratedGeomShapeView.h>

Inheritance diagram for Pyramid5ShapeView:
Collaboration diagram for Pyramid5ShapeView:

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 src/arcane/geometry/GeneratedGeomShapeView.h.

Member Typedef Documentation

◆ ElementConstView

typedef PyramidElementConstView Pyramid5ShapeView::ElementConstView

◆ ElementType

typedef PyramidElement Pyramid5ShapeView::ElementType

◆ ElementView

typedef PyramidElementView Pyramid5ShapeView::ElementView

◆ SVCElement

typedef Hexaedron8Element Pyramid5ShapeView::SVCElement

◆ SVCElementView

typedef Hexaedron8ElementView Pyramid5ShapeView::SVCElementView

Constructor & Destructor Documentation

◆ Pyramid5ShapeView() [1/2]

Pyramid5ShapeView::Pyramid5ShapeView ( )
inline

◆ Pyramid5ShapeView() [2/2]

Pyramid5ShapeView::Pyramid5ShapeView ( const GeomShapeView & rhs)
inlineexplicit

Member Function Documentation

◆ elemView()

Pyramid5ElementConstView Pyramid5ShapeView::elemView ( ) const
inline

Constant view of the geometric element.

Definition at line 229 of file src/arcane/geometry/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 src/arcane/geometry/GeneratedGeomShapeView.h.

◆ geomType()

GeomType Pyramid5ShapeView::geomType ( )
inlinestatic

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

Definition at line 222 of file src/arcane/geometry/GeneratedGeomShapeView.h.

◆ nbNode()

Integer Pyramid5ShapeView::nbNode ( )
inlinestatic

Number of nodes of the shape (returns 5).

Definition at line 220 of file src/arcane/geometry/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 src/arcane/geometry/GeneratedGeomShapeView.h.


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