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

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

#include <arcane/geometry/GeneratedGeomShapeView.h>

Inheritance diagram for Triangle3ShapeView:
Collaboration diagram for Triangle3ShapeView:

Public Types

typedef TriangleElementConstView ElementConstView
typedef TriangleElementView ElementView
typedef TriangleElement ElementType
typedef Quad4Element SVCElement
typedef Quad4ElementView SVCElementView

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

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

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

Member Typedef Documentation

◆ ElementConstView

typedef TriangleElementConstView Triangle3ShapeView::ElementConstView

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

◆ ElementType

typedef TriangleElement Triangle3ShapeView::ElementType

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

◆ ElementView

typedef TriangleElementView Triangle3ShapeView::ElementView

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

◆ SVCElement

typedef Quad4Element Triangle3ShapeView::SVCElement

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

◆ SVCElementView

typedef Quad4ElementView Triangle3ShapeView::SVCElementView

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

Constructor & Destructor Documentation

◆ Triangle3ShapeView() [1/2]

Triangle3ShapeView::Triangle3ShapeView ( )
inline

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

◆ Triangle3ShapeView() [2/2]

Triangle3ShapeView::Triangle3ShapeView ( const GeomShapeView & rhs)
inlineexplicit

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

Member Function Documentation

◆ elemView()

Triangle3ElementConstView Triangle3ShapeView::elemView ( ) const
inline

Constant view of the geometric element.

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

◆ fillSVC()

void Triangle3ShapeView::fillSVC ( Quad4ElementView svc,
Integer i )
inline

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

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

◆ geomType()

GeomType Triangle3ShapeView::geomType ( )
inlinestatic

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

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

◆ nbNode()

Integer Triangle3ShapeView::nbNode ( )
inlinestatic

Number of nodes of the shape (returns 3).

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

◆ operator Triangle3ElementConstView()

Triangle3ShapeView::operator Triangle3ElementConstView ( ) const
inline

Conversion operator to a constant view of the geometric element.

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


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