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

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

#include <arcane/geometry/GeneratedGeomElementView.h>

Inheritance diagram for Tetraedron4ElementView:
Collaboration diagram for Tetraedron4ElementView:

Public Types

typedef Tetraedron4ElementConstView ConstViewType

Public Member Functions

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

Detailed Description

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

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 270 of file src/arcane/geometry/GeneratedGeomElementView.h.

Member Typedef Documentation

◆ ConstViewType

typedef Tetraedron4ElementConstView Tetraedron4ElementView::ConstViewType

Constructor & Destructor Documentation

◆ Tetraedron4ElementView()

Tetraedron4ElementView::Tetraedron4ElementView ( ARCANE_RESTRICT Real3POD * ptr)
inline

Member Function Documentation

◆ constView()

Tetraedron4ElementConstView Tetraedron4ElementView::constView ( ) const
inline

Constant view on the element.

Definition at line 289 of file src/arcane/geometry/GeneratedGeomElementView.h.

◆ init()

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

Initializes the view with the coordinates passed as arguments.

Definition at line 279 of file src/arcane/geometry/GeneratedGeomElementView.h.

◆ operator Tetraedron4ElementConstView()

Tetraedron4ElementView::operator Tetraedron4ElementConstView ( ) const
inline

Conversion operator to a constant view.

Definition at line 287 of file src/arcane/geometry/GeneratedGeomElementView.h.


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