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

Specific view on geometric shapes of type GeomType::Tetraedron4. More...

#include <arcane/geometry/GeneratedGeomShapeView.h>

Inheritance diagram for Tetraedron4ShapeView:
Collaboration diagram for Tetraedron4ShapeView:

Public Types

typedef TetraElementConstView ElementConstView
typedef TetraElementView ElementView
typedef TetraElement ElementType
typedef Hexaedron8Element SVCElement
typedef Hexaedron8ElementView SVCElementView

Public Member Functions

 Tetraedron4ShapeView (const GeomShapeView &rhs)
void fillSVC (Hexaedron8ElementView svc, Integer i)
 Fills svc with the values of the i-th control sub-volume.
 operator Tetraedron4ElementConstView () const
 Conversion operator to a constant view of the geometric element.
Tetraedron4ElementConstView elemView () const
 Constant view of the geometric element.

Static Public Member Functions

static Integer nbNode ()
 Number of nodes of the shape (returns 4).
static GeomType geomType ()
 Type of the shape (returns GeomType::Tetraedron4 ).

Detailed Description

Specific view on geometric shapes of type GeomType::Tetraedron4.

Definition at line 161 of file src/arcane/geometry/GeneratedGeomShapeView.h.

Member Typedef Documentation

◆ ElementConstView

typedef TetraElementConstView Tetraedron4ShapeView::ElementConstView

◆ ElementType

typedef TetraElement Tetraedron4ShapeView::ElementType

◆ ElementView

typedef TetraElementView Tetraedron4ShapeView::ElementView

◆ SVCElement

typedef Hexaedron8Element Tetraedron4ShapeView::SVCElement

◆ SVCElementView

typedef Hexaedron8ElementView Tetraedron4ShapeView::SVCElementView

Constructor & Destructor Documentation

◆ Tetraedron4ShapeView() [1/2]

Tetraedron4ShapeView::Tetraedron4ShapeView ( )
inline

◆ Tetraedron4ShapeView() [2/2]

Tetraedron4ShapeView::Tetraedron4ShapeView ( const GeomShapeView & rhs)
inlineexplicit

Member Function Documentation

◆ elemView()

Tetraedron4ElementConstView Tetraedron4ShapeView::elemView ( ) const
inline

Constant view of the geometric element.

Definition at line 191 of file src/arcane/geometry/GeneratedGeomShapeView.h.

◆ fillSVC()

void Tetraedron4ShapeView::fillSVC ( Hexaedron8ElementView svc,
Integer i )
inline

Fills svc with the values of the i-th control sub-volume.

Definition at line 186 of file src/arcane/geometry/GeneratedGeomShapeView.h.

◆ geomType()

GeomType Tetraedron4ShapeView::geomType ( )
inlinestatic

Type of the shape (returns GeomType::Tetraedron4 ).

Definition at line 184 of file src/arcane/geometry/GeneratedGeomShapeView.h.

◆ nbNode()

Integer Tetraedron4ShapeView::nbNode ( )
inlinestatic

Number of nodes of the shape (returns 4).

Definition at line 182 of file src/arcane/geometry/GeneratedGeomShapeView.h.

◆ operator Tetraedron4ElementConstView()

Tetraedron4ShapeView::operator Tetraedron4ElementConstView ( ) const
inline

Conversion operator to a constant view of the geometric element.

Definition at line 189 of file src/arcane/geometry/GeneratedGeomShapeView.h.


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