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

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

#include <arcane/geometry/GeneratedGeomElement.h>

Inheritance diagram for Triangle3Element:
Collaboration diagram for Triangle3Element:

Public Types

typedef Triangle3ElementConstView ConstViewType
typedef Triangle3ElementView ViewType

Public Member Functions

 Triangle3Element (const VariableNodeReal3 &coords, ItemWithNodes item)
 Triangle3Element (Real3ConstArrayView coords)
 Triangle3Element (const Real3 &a0, const Real3 &a1, const Real3 &a2)
void init (const Real3 &a0, const Real3 &a1, const Real3 &a2)
 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::Triangle3.

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

Member Typedef Documentation

◆ ConstViewType

typedef Triangle3ElementConstView Triangle3Element::ConstViewType

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

◆ ViewType

typedef Triangle3ElementView Triangle3Element::ViewType

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

Constructor & Destructor Documentation

◆ Triangle3Element() [1/4]

Triangle3Element::Triangle3Element ( )
inline

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

◆ Triangle3Element() [2/4]

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

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

◆ Triangle3Element() [3/4]

Triangle3Element::Triangle3Element ( Real3ConstArrayView coords)
inline

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

◆ Triangle3Element() [4/4]

Triangle3Element::Triangle3Element ( const Real3 & a0,
const Real3 & a1,
const Real3 & a2 )
inline

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

Member Function Documentation

◆ constView()

ConstViewType Triangle3Element::constView ( ) const
inline

Constant view of the element.

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

◆ init()

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

Initializes the instance with the coordinates passed as arguments.

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

◆ operator ConstViewType()

Triangle3Element::operator ConstViewType ( ) const
inline

Conversion operator to a constant view.

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

◆ operator ViewType()

Triangle3Element::operator ViewType ( )
inline

Conversion operator to a mutable view.

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

◆ view()

ViewType Triangle3Element::view ( )
inline

Mutable view of the element.

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


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