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

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

#include <arcane/geometry/GeneratedGeomShapeView.h>

Public Types

typedef HexagonElementConstView ElementConstView
typedef HexagonElementView ElementView
typedef HexagonElement ElementType
typedef Quad4Element SVCElement
typedef Quad4ElementView SVCElementView

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

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

Definition at line 123 of file GeneratedGeomShapeView.h.

Member Typedef Documentation

◆ ElementConstView

typedef HexagonElementConstView Hexagon6ShapeView::ElementConstView

Definition at line 128 of file GeneratedGeomShapeView.h.

◆ ElementType

typedef HexagonElement Hexagon6ShapeView::ElementType

Definition at line 130 of file GeneratedGeomShapeView.h.

◆ ElementView

typedef HexagonElementView Hexagon6ShapeView::ElementView

Definition at line 129 of file GeneratedGeomShapeView.h.

◆ SVCElement

typedef Quad4Element Hexagon6ShapeView::SVCElement

Definition at line 131 of file GeneratedGeomShapeView.h.

◆ SVCElementView

typedef Quad4ElementView Hexagon6ShapeView::SVCElementView

Definition at line 132 of file GeneratedGeomShapeView.h.

Constructor & Destructor Documentation

◆ Hexagon6ShapeView() [1/2]

Hexagon6ShapeView::Hexagon6ShapeView ( )
inline

Definition at line 136 of file GeneratedGeomShapeView.h.

◆ Hexagon6ShapeView() [2/2]

Hexagon6ShapeView::Hexagon6ShapeView ( const GeomShapeView & rhs)
inlineexplicit

Definition at line 137 of file GeneratedGeomShapeView.h.

Member Function Documentation

◆ elemView()

Hexagon6ElementConstView Hexagon6ShapeView::elemView ( ) const
inline

Constant view of the geometric element.

Definition at line 153 of file GeneratedGeomShapeView.h.

◆ fillSVC()

void Hexagon6ShapeView::fillSVC ( Quad4ElementView svc,
Integer i )
inline

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

Definition at line 148 of file GeneratedGeomShapeView.h.

◆ geomType()

GeomType Hexagon6ShapeView::geomType ( )
inlinestatic

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

Definition at line 146 of file GeneratedGeomShapeView.h.

◆ nbNode()

Integer Hexagon6ShapeView::nbNode ( )
inlinestatic

Number of nodes of the shape (returns 6).

Definition at line 144 of file GeneratedGeomShapeView.h.

◆ operator Hexagon6ElementConstView()

Hexagon6ShapeView::operator Hexagon6ElementConstView ( ) const
inline

Conversion operator to a constant view of the geometric element.

Definition at line 151 of file GeneratedGeomShapeView.h.


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