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

Geometric elements of type GeomType::Hexagon6. More...

#include <arcane/geometry/GeneratedGeomElement.h>

Inheritance diagram for Hexagon6Element:
Collaboration diagram for Hexagon6Element:

Public Types

typedef Hexagon6ElementConstView ConstViewType
typedef Hexagon6ElementView ViewType

Public Member Functions

 Hexagon6Element (const VariableNodeReal3 &coords, ItemWithNodes item)
 Hexagon6Element (Real3ConstArrayView coords)
 Hexagon6Element (const Real3 &a0, const Real3 &a1, const Real3 &a2, const Real3 &a3, const Real3 &a4, const Real3 &a5)
void init (const Real3 &a0, const Real3 &a1, const Real3 &a2, const Real3 &a3, const Real3 &a4, const Real3 &a5)
 Initializes the instance with the coordinates passed as arguments.
 operator ConstViewType () const
 Conversion operator to a constant view.
 operator ViewType ()
 Conversion operator to a mutable view.
ConstViewType constView () const
 Constant view of the element.
ViewType view ()
 Mutable view of the element.

Detailed Description

Geometric elements of type GeomType::Hexagon6.

Definition at line 148 of file src/arcane/geometry/GeneratedGeomElement.h.

Member Typedef Documentation

◆ ConstViewType

typedef Hexagon6ElementConstView Hexagon6Element::ConstViewType

Definition at line 152 of file src/arcane/geometry/GeneratedGeomElement.h.

◆ ViewType

typedef Hexagon6ElementView Hexagon6Element::ViewType

Definition at line 153 of file src/arcane/geometry/GeneratedGeomElement.h.

Constructor & Destructor Documentation

◆ Hexagon6Element() [1/4]

Hexagon6Element::Hexagon6Element ( )
inline

Definition at line 157 of file src/arcane/geometry/GeneratedGeomElement.h.

◆ Hexagon6Element() [2/4]

Hexagon6Element::Hexagon6Element ( const VariableNodeReal3 & coords,
ItemWithNodes item )
inline

Definition at line 158 of file src/arcane/geometry/GeneratedGeomElement.h.

◆ Hexagon6Element() [3/4]

Hexagon6Element::Hexagon6Element ( Real3ConstArrayView coords)
inline

Definition at line 159 of file src/arcane/geometry/GeneratedGeomElement.h.

◆ Hexagon6Element() [4/4]

Hexagon6Element::Hexagon6Element ( const Real3 & a0,
const Real3 & a1,
const Real3 & a2,
const Real3 & a3,
const Real3 & a4,
const Real3 & a5 )
inline

Definition at line 160 of file src/arcane/geometry/GeneratedGeomElement.h.

Member Function Documentation

◆ constView()

ConstViewType Hexagon6Element::constView ( ) const
inline

Constant view of the element.

Definition at line 185 of file src/arcane/geometry/GeneratedGeomElement.h.

◆ init()

void Hexagon6Element::init ( const Real3 & a0,
const Real3 & a1,
const Real3 & a2,
const Real3 & a3,
const Real3 & a4,
const Real3 & a5 )
inline

Initializes the instance with the coordinates passed as arguments.

Definition at line 171 of file src/arcane/geometry/GeneratedGeomElement.h.

◆ operator ConstViewType()

Hexagon6Element::operator ConstViewType ( ) const
inline

Conversion operator to a constant view.

Definition at line 181 of file src/arcane/geometry/GeneratedGeomElement.h.

◆ operator ViewType()

Hexagon6Element::operator ViewType ( )
inline

Conversion operator to a mutable view.

Definition at line 183 of file src/arcane/geometry/GeneratedGeomElement.h.

◆ view()

ViewType Hexagon6Element::view ( )
inline

Mutable view of the element.

Definition at line 187 of file src/arcane/geometry/GeneratedGeomElement.h.


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