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

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

#include <arcane/geometry/GeneratedGeomElement.h>

Public Types

typedef Pyramid5ElementConstView ConstViewType
typedef Pyramid5ElementView ViewType

Public Member Functions

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

Detailed Description

Geometric elements of type GeomType::Pyramid5.

Definition at line 244 of file GeneratedGeomElement.h.

Member Typedef Documentation

◆ ConstViewType

typedef Pyramid5ElementConstView Pyramid5Element::ConstViewType

Definition at line 248 of file GeneratedGeomElement.h.

◆ ViewType

typedef Pyramid5ElementView Pyramid5Element::ViewType

Definition at line 249 of file GeneratedGeomElement.h.

Constructor & Destructor Documentation

◆ Pyramid5Element() [1/4]

Pyramid5Element::Pyramid5Element ( )
inline

Definition at line 253 of file GeneratedGeomElement.h.

◆ Pyramid5Element() [2/4]

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

Definition at line 254 of file GeneratedGeomElement.h.

◆ Pyramid5Element() [3/4]

Pyramid5Element::Pyramid5Element ( Real3ConstArrayView coords)
inline

Definition at line 255 of file GeneratedGeomElement.h.

◆ Pyramid5Element() [4/4]

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

Definition at line 256 of file GeneratedGeomElement.h.

Member Function Documentation

◆ constView()

ConstViewType Pyramid5Element::constView ( ) const
inline

Constant view of the element.

Definition at line 279 of file GeneratedGeomElement.h.

◆ init()

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

Initializes the instance with the coordinates passed as arguments.

Definition at line 266 of file GeneratedGeomElement.h.

◆ operator ConstViewType()

Pyramid5Element::operator ConstViewType ( ) const
inline

Conversion operator to a constant view.

Definition at line 275 of file GeneratedGeomElement.h.

◆ operator ViewType()

Pyramid5Element::operator ViewType ( )
inline

Conversion operator to a modifiable view.

Definition at line 277 of file GeneratedGeomElement.h.

◆ view()

ViewType Pyramid5Element::view ( )
inline

Modifiable view of the element.

Definition at line 281 of file GeneratedGeomElement.h.


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