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

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

#include <arcane/geometry/GeneratedGeomElement.h>

Public Types

typedef Hexaedron8ElementConstView ConstViewType
typedef Hexaedron8ElementView ViewType

Public Member Functions

 Hexaedron8Element (const VariableNodeReal3 &coords, ItemWithNodes item)
 Hexaedron8Element (Real3ConstArrayView coords)
 Hexaedron8Element (const Real3 &a0, const Real3 &a1, const Real3 &a2, const Real3 &a3, const Real3 &a4, const Real3 &a5, const Real3 &a6, const Real3 &a7)
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)
 Initializes the instance with the coordinates passed as arguments.
 operator ConstViewType () const
 Conversion operator to a constant view.
 operator ViewType ()
 Conversion operator to a modifiable view.
ConstViewType constView () const
 Constant view of the element.
ViewType view ()
 Modifiable view of the element.

Detailed Description

Geometric elements of type GeomType::Hexaedron8.

Definition at line 342 of file GeneratedGeomElement.h.

Member Typedef Documentation

◆ ConstViewType

typedef Hexaedron8ElementConstView Hexaedron8Element::ConstViewType

Definition at line 346 of file GeneratedGeomElement.h.

◆ ViewType

typedef Hexaedron8ElementView Hexaedron8Element::ViewType

Definition at line 347 of file GeneratedGeomElement.h.

Constructor & Destructor Documentation

◆ Hexaedron8Element() [1/4]

Hexaedron8Element::Hexaedron8Element ( )
inline

Definition at line 351 of file GeneratedGeomElement.h.

◆ Hexaedron8Element() [2/4]

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

Definition at line 352 of file GeneratedGeomElement.h.

◆ Hexaedron8Element() [3/4]

Hexaedron8Element::Hexaedron8Element ( Real3ConstArrayView coords)
inline

Definition at line 353 of file GeneratedGeomElement.h.

◆ Hexaedron8Element() [4/4]

Hexaedron8Element::Hexaedron8Element ( const Real3 & a0,
const Real3 & a1,
const Real3 & a2,
const Real3 & a3,
const Real3 & a4,
const Real3 & a5,
const Real3 & a6,
const Real3 & a7 )
inline

Definition at line 354 of file GeneratedGeomElement.h.

Member Function Documentation

◆ constView()

ConstViewType Hexaedron8Element::constView ( ) const
inline

Constant view of the element.

Definition at line 383 of file GeneratedGeomElement.h.

◆ init()

void Hexaedron8Element::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 )
inline

Initializes the instance with the coordinates passed as arguments.

Definition at line 367 of file GeneratedGeomElement.h.

◆ operator ConstViewType()

Hexaedron8Element::operator ConstViewType ( ) const
inline

Conversion operator to a constant view.

Definition at line 379 of file GeneratedGeomElement.h.

◆ operator ViewType()

Hexaedron8Element::operator ViewType ( )
inline

Conversion operator to a modifiable view.

Definition at line 381 of file GeneratedGeomElement.h.

◆ view()

ViewType Hexaedron8Element::view ( )
inline

Modifiable view of the element.

Definition at line 385 of file GeneratedGeomElement.h.


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