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

Geometric elements of type GeomType::Quad4. More...

#include <arcane/geometry/GeneratedGeomElement.h>

Public Types

typedef Quad4ElementConstView ConstViewType
typedef Quad4ElementView ViewType

Public Member Functions

 Quad4Element (const VariableNodeReal3 &coords, ItemWithNodes item)
 Quad4Element (Real3ConstArrayView coords)
 Quad4Element (const Real3 &a0, const Real3 &a1, const Real3 &a2, const Real3 &a3)
void init (const Real3 &a0, const Real3 &a1, const Real3 &a2, const Real3 &a3)
 Initializes the instance with the coordinates passed as arguments.
 operator ConstViewType () const
 Conversion operator to a constant view.
 operator ViewType ()
 Conversion operator to a mutable view.
ConstViewType constView () const
 Constant view of the element.
ViewType view ()
 Mutable view of the element.

Detailed Description

Geometric elements of type GeomType::Quad4.

Definition at line 54 of file GeneratedGeomElement.h.

Member Typedef Documentation

◆ ConstViewType

typedef Quad4ElementConstView Quad4Element::ConstViewType

Definition at line 58 of file GeneratedGeomElement.h.

◆ ViewType

typedef Quad4ElementView Quad4Element::ViewType

Definition at line 59 of file GeneratedGeomElement.h.

Constructor & Destructor Documentation

◆ Quad4Element() [1/4]

Quad4Element::Quad4Element ( )
inline

Definition at line 63 of file GeneratedGeomElement.h.

◆ Quad4Element() [2/4]

Quad4Element::Quad4Element ( const VariableNodeReal3 & coords,
ItemWithNodes item )
inline

Definition at line 64 of file GeneratedGeomElement.h.

◆ Quad4Element() [3/4]

Quad4Element::Quad4Element ( Real3ConstArrayView coords)
inline

Definition at line 65 of file GeneratedGeomElement.h.

◆ Quad4Element() [4/4]

Quad4Element::Quad4Element ( const Real3 & a0,
const Real3 & a1,
const Real3 & a2,
const Real3 & a3 )
inline

Definition at line 66 of file GeneratedGeomElement.h.

Member Function Documentation

◆ constView()

ConstViewType Quad4Element::constView ( ) const
inline

Constant view of the element.

Definition at line 87 of file GeneratedGeomElement.h.

◆ init()

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

Initializes the instance with the coordinates passed as arguments.

Definition at line 75 of file GeneratedGeomElement.h.

◆ operator ConstViewType()

Quad4Element::operator ConstViewType ( ) const
inline

Conversion operator to a constant view.

Definition at line 83 of file GeneratedGeomElement.h.

◆ operator ViewType()

Quad4Element::operator ViewType ( )
inline

Conversion operator to a mutable view.

Definition at line 85 of file GeneratedGeomElement.h.

◆ view()

ViewType Quad4Element::view ( )
inline

Mutable view of the element.

Definition at line 89 of file GeneratedGeomElement.h.


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