Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::geometric::Heptaedron10ElementView Class Reference

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

#include <arcane/geometry/GeomElementView.h>

Inheritance diagram for Arcane::geometric::Heptaedron10ElementView:
Collaboration diagram for Arcane::geometric::Heptaedron10ElementView:

Public Types

typedef Heptaedron10ElementConstView ConstViewType

Public Member Functions

 Heptaedron10ElementView (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, const Real3 &a8, const Real3 &a9)
 Initializes the view with the coordinates passed as arguments.
 operator Heptaedron10ElementConstView () const
 Conversion operator to a constant view.
Heptaedron10ElementConstView constView () const
 Constant view on the element.
Public Member Functions inherited from Arcane::geometric::GeomElementViewBase
 GeomElementViewBase (ARCANE_RESTRICT Real3POD *ptr)
const Real3 operator[] (Integer i) const
 Retrieves the value of the i-th node.
void setValue (Integer i, Real3 v)
 Sets the value of the i-th node to v.

Additional Inherited Members

Protected Attributes inherited from Arcane::geometric::GeomElementViewBase
ARCANE_RESTRICT Real3PODm_s

Detailed Description

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

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

Member Typedef Documentation

◆ ConstViewType

typedef Heptaedron10ElementConstView Arcane::geometric::Heptaedron10ElementView::ConstViewType

Definition at line 514 of file src/arcane/geometry/GeomElementView.h.

Constructor & Destructor Documentation

◆ Heptaedron10ElementView()

Arcane::geometric::Heptaedron10ElementView::Heptaedron10ElementView ( ARCANE_RESTRICT Real3POD * ptr)
inline

Definition at line 516 of file src/arcane/geometry/GeomElementView.h.

Member Function Documentation

◆ constView()

Heptaedron10ElementConstView Arcane::geometric::Heptaedron10ElementView::constView ( ) const
inline

Constant view on the element.

Definition at line 535 of file src/arcane/geometry/GeomElementView.h.

◆ init()

void Arcane::geometric::Heptaedron10ElementView::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,
const Real3 & a8,
const Real3 & a9 )
inline

Initializes the view with the coordinates passed as arguments.

Definition at line 519 of file src/arcane/geometry/GeomElementView.h.

◆ operator Heptaedron10ElementConstView()

Arcane::geometric::Heptaedron10ElementView::operator Heptaedron10ElementConstView ( ) const
inline

Conversion operator to a constant view.

Definition at line 533 of file src/arcane/geometry/GeomElementView.h.


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