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

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

#include <arcane/geometry/GeomElementView.h>

Public Types

typedef Quad4ElementConstView ConstViewType

Public Member Functions

 Quad4ElementView (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 Quad4ElementConstView () const
 Conversion operator to a constant view.
Quad4ElementConstView 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::Quad4.

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

Member Typedef Documentation

◆ ConstViewType

typedef Quad4ElementConstView Arcane::geometric::Quad4ElementView::ConstViewType

Definition at line 98 of file GeomElementView.h.

Constructor & Destructor Documentation

◆ Quad4ElementView()

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

Definition at line 100 of file GeomElementView.h.

Member Function Documentation

◆ constView()

Quad4ElementConstView Arcane::geometric::Quad4ElementView::constView ( ) const
inline

Constant view on the element.

Definition at line 113 of file GeomElementView.h.

◆ init()

void Arcane::geometric::Quad4ElementView::init ( const Real3 & a0,
const Real3 & a1,
const Real3 & a2,
const Real3 & a3 )
inline

◆ operator Quad4ElementConstView()

Arcane::geometric::Quad4ElementView::operator Quad4ElementConstView ( ) const
inline

Conversion operator to a constant view.

Definition at line 111 of file GeomElementView.h.


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