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

Modifiable view on geometric elements of type GeomType::Hexaedron8. More...

#include <arcane/geometry/GeneratedGeomElementView.h>

Public Types

typedef Hexaedron8ElementConstView ConstViewType

Public Member Functions

 Hexaedron8ElementView (ARCANE_RESTRICT Real3POD *ptr)
void init (const Real3 &a0, const Real3 &a1, const Real3 &a2, const Real3 &a3, const Real3 &a4, const Real3 &a5, const Real3 &a6, const Real3 &a7)
 Initializes the view with the coordinates passed as arguments.
 operator Hexaedron8ElementConstView () const
 Conversion operator to a constant view.
Hexaedron8ElementConstView constView () const
 Constant view on the element.

Detailed Description

Modifiable view on geometric elements of type GeomType::Hexaedron8.

It is possible to retrieve a view of this type via:

For more information on usage, refer to arcanedoc_cea_geometric_viewusage

Definition at line 447 of file GeneratedGeomElementView.h.

Member Typedef Documentation

◆ ConstViewType

typedef Hexaedron8ElementConstView Hexaedron8ElementView::ConstViewType

Definition at line 451 of file GeneratedGeomElementView.h.

Constructor & Destructor Documentation

◆ Hexaedron8ElementView()

Hexaedron8ElementView::Hexaedron8ElementView ( ARCANE_RESTRICT Real3POD * ptr)
inline

Definition at line 453 of file GeneratedGeomElementView.h.

Member Function Documentation

◆ constView()

Hexaedron8ElementConstView Hexaedron8ElementView::constView ( ) const
inline

Constant view on the element.

Definition at line 470 of file GeneratedGeomElementView.h.

◆ init()

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

Initializes the view with the coordinates passed as arguments.

Definition at line 456 of file GeneratedGeomElementView.h.

◆ operator Hexaedron8ElementConstView()

Hexaedron8ElementView::operator Hexaedron8ElementConstView ( ) const
inline

Conversion operator to a constant view.

Definition at line 468 of file GeneratedGeomElementView.h.


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