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

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

#include <arcane/geometry/GeneratedGeomShapeView.h>

Inheritance diagram for Hexagon6ShapeView:
Collaboration diagram for Hexagon6ShapeView:

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

Member Typedef Documentation

◆ ElementConstView

typedef HexagonElementConstView Hexagon6ShapeView::ElementConstView

◆ ElementType

typedef HexagonElement Hexagon6ShapeView::ElementType

◆ ElementView

typedef HexagonElementView Hexagon6ShapeView::ElementView

◆ SVCElement

typedef Quad4Element Hexagon6ShapeView::SVCElement

◆ SVCElementView

typedef Quad4ElementView Hexagon6ShapeView::SVCElementView

Constructor & Destructor Documentation

◆ Hexagon6ShapeView() [1/2]

Hexagon6ShapeView::Hexagon6ShapeView ( )
inline

◆ Hexagon6ShapeView() [2/2]

Hexagon6ShapeView::Hexagon6ShapeView ( const GeomShapeView & rhs)
inlineexplicit

Member Function Documentation

◆ elemView()

Hexagon6ElementConstView Hexagon6ShapeView::elemView ( ) const
inline

Constant view of the geometric element.

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

◆ geomType()

GeomType Hexagon6ShapeView::geomType ( )
inlinestatic

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

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

◆ nbNode()

Integer Hexagon6ShapeView::nbNode ( )
inlinestatic

Number of nodes of the shape (returns 6).

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


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