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

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

#include <arcane/geometry/GeneratedGeomElement.h>

Inheritance diagram for Pentaedron6Element:
Collaboration diagram for Pentaedron6Element:

Public Types

typedef Pentaedron6ElementConstView ConstViewType
typedef Pentaedron6ElementView ViewType

Public Member Functions

 Pentaedron6Element (const VariableNodeReal3 &coords, ItemWithNodes item)
 Pentaedron6Element (Real3ConstArrayView coords)
 Pentaedron6Element (const Real3 &a0, const Real3 &a1, const Real3 &a2, const Real3 &a3, const Real3 &a4, const Real3 &a5)
void init (const Real3 &a0, const Real3 &a1, const Real3 &a2, const Real3 &a3, const Real3 &a4, const Real3 &a5)
 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::Pentaedron6.

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

Member Typedef Documentation

◆ ConstViewType

typedef Pentaedron6ElementConstView Pentaedron6Element::ConstViewType

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

◆ ViewType

typedef Pentaedron6ElementView Pentaedron6Element::ViewType

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

Constructor & Destructor Documentation

◆ Pentaedron6Element() [1/4]

Pentaedron6Element::Pentaedron6Element ( )
inline

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

◆ Pentaedron6Element() [2/4]

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

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

◆ Pentaedron6Element() [3/4]

Pentaedron6Element::Pentaedron6Element ( Real3ConstArrayView coords)
inline

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

◆ Pentaedron6Element() [4/4]

Pentaedron6Element::Pentaedron6Element ( const Real3 & a0,
const Real3 & a1,
const Real3 & a2,
const Real3 & a3,
const Real3 & a4,
const Real3 & a5 )
inline

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

Member Function Documentation

◆ constView()

ConstViewType Pentaedron6Element::constView ( ) const
inline

Constant view of the element.

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

◆ init()

void Pentaedron6Element::init ( const Real3 & a0,
const Real3 & a1,
const Real3 & a2,
const Real3 & a3,
const Real3 & a4,
const Real3 & a5 )
inline

Initializes the instance with the coordinates passed as arguments.

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

◆ operator ConstViewType()

Pentaedron6Element::operator ConstViewType ( ) const
inline

Conversion operator to a constant view.

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

◆ operator ViewType()

Pentaedron6Element::operator ViewType ( )
inline

Conversion operator to a modifiable view.

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

◆ view()

ViewType Pentaedron6Element::view ( )
inline

Modifiable view of the element.

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


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