Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Octaedron12Element Class Reference

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

#include <arcane/geometry/GeneratedGeomElement.h>

Inheritance diagram for Octaedron12Element:
Collaboration diagram for Octaedron12Element:

Public Types

typedef Octaedron12ElementConstView ConstViewType
typedef Octaedron12ElementView ViewType

Public Member Functions

 Octaedron12Element (const VariableNodeReal3 &coords, ItemWithNodes item)
 Octaedron12Element (Real3ConstArrayView coords)
 Octaedron12Element (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, const Real3 &a10, const Real3 &a11)
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, const Real3 &a10, const Real3 &a11)
 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::Octaedron12.

Definition at line 454 of file src/arcane/geometry/GeneratedGeomElement.h.

Member Typedef Documentation

◆ ConstViewType

typedef Octaedron12ElementConstView Octaedron12Element::ConstViewType

Definition at line 458 of file src/arcane/geometry/GeneratedGeomElement.h.

◆ ViewType

typedef Octaedron12ElementView Octaedron12Element::ViewType

Definition at line 459 of file src/arcane/geometry/GeneratedGeomElement.h.

Constructor & Destructor Documentation

◆ Octaedron12Element() [1/4]

Octaedron12Element::Octaedron12Element ( )
inline

Definition at line 463 of file src/arcane/geometry/GeneratedGeomElement.h.

◆ Octaedron12Element() [2/4]

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

Definition at line 464 of file src/arcane/geometry/GeneratedGeomElement.h.

◆ Octaedron12Element() [3/4]

Octaedron12Element::Octaedron12Element ( Real3ConstArrayView coords)
inline

Definition at line 465 of file src/arcane/geometry/GeneratedGeomElement.h.

◆ Octaedron12Element() [4/4]

Octaedron12Element::Octaedron12Element ( 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,
const Real3 & a10,
const Real3 & a11 )
inline

Definition at line 466 of file src/arcane/geometry/GeneratedGeomElement.h.

Member Function Documentation

◆ constView()

ConstViewType Octaedron12Element::constView ( ) const
inline

Constant view of the element.

Definition at line 503 of file src/arcane/geometry/GeneratedGeomElement.h.

◆ init()

void Octaedron12Element::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,
const Real3 & a10,
const Real3 & a11 )
inline

Initializes the instance with the coordinates passed as arguments.

Definition at line 483 of file src/arcane/geometry/GeneratedGeomElement.h.

◆ operator ConstViewType()

Octaedron12Element::operator ConstViewType ( ) const
inline

Conversion operator to a constant view.

Definition at line 499 of file src/arcane/geometry/GeneratedGeomElement.h.

◆ operator ViewType()

Octaedron12Element::operator ViewType ( )
inline

Conversion operator to a modifiable view.

Definition at line 501 of file src/arcane/geometry/GeneratedGeomElement.h.

◆ view()

ViewType Octaedron12Element::view ( )
inline

Modifiable view of the element.

Definition at line 505 of file src/arcane/geometry/GeneratedGeomElement.h.


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