Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::geometric::Triangle3ElementConstView Class Reference

Constant view on geometric elements of type GeomType::Triangle3. More...

#include <arcane/geometry/GeomElementView.h>

Public Member Functions

 Triangle3ElementConstView (ARCANE_RESTRICT const Real3POD *ptr)
Public Member Functions inherited from Arcane::geometric::GeomElementConstViewBase
 GeomElementConstViewBase (ARCANE_RESTRICT const Real3POD *ptr)
const Real3 operator[] (Integer i) const
 Retrieves the value of the i-th node.
const Real3 s (Integer i) const
 Retrieves the value of the i-th node.

Additional Inherited Members

Protected Attributes inherited from Arcane::geometric::GeomElementConstViewBase
ARCANE_RESTRICT const Real3PODm_s

Detailed Description

Constant view on geometric elements of type GeomType::Triangle3.

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 19 of file GeomElementView.h.

Constructor & Destructor Documentation

◆ Triangle3ElementConstView()

Arcane::geometric::Triangle3ElementConstView::Triangle3ElementConstView ( ARCANE_RESTRICT const Real3POD * ptr)
inline

Definition at line 23 of file GeomElementView.h.


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