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

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

#include <arcane/geometry/GeneratedGeomShapeView.h>

Inheritance diagram for Pentaedron6ShapeView:
Collaboration diagram for Pentaedron6ShapeView:

Public Types

typedef PentaElementConstView ElementConstView
typedef PentaElementView ElementView
typedef PentaElement ElementType
typedef Hexaedron8Element SVCElement
typedef Hexaedron8ElementView SVCElementView

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

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

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

Member Typedef Documentation

◆ ElementConstView

typedef PentaElementConstView Pentaedron6ShapeView::ElementConstView

◆ ElementType

typedef PentaElement Pentaedron6ShapeView::ElementType

◆ ElementView

typedef PentaElementView Pentaedron6ShapeView::ElementView

◆ SVCElement

typedef Hexaedron8Element Pentaedron6ShapeView::SVCElement

◆ SVCElementView

typedef Hexaedron8ElementView Pentaedron6ShapeView::SVCElementView

Constructor & Destructor Documentation

◆ Pentaedron6ShapeView() [1/2]

Pentaedron6ShapeView::Pentaedron6ShapeView ( )
inline

◆ Pentaedron6ShapeView() [2/2]

Pentaedron6ShapeView::Pentaedron6ShapeView ( const GeomShapeView & rhs)
inlineexplicit

Member Function Documentation

◆ elemView()

Pentaedron6ElementConstView Pentaedron6ShapeView::elemView ( ) const
inline

Constant view of the geometric element.

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

◆ fillSVC()

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

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

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

◆ geomType()

GeomType Pentaedron6ShapeView::geomType ( )
inlinestatic

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

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

◆ nbNode()

Integer Pentaedron6ShapeView::nbNode ( )
inlinestatic

Number of nodes of the shape (returns 6).

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

◆ operator Pentaedron6ElementConstView()

Pentaedron6ShapeView::operator Pentaedron6ElementConstView ( ) const
inline

Conversion operator to a constant view of the geometric element.

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


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