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

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

#include <arcane/geometry/GeneratedGeomShapeView.h>

Inheritance diagram for Hexaedron8ShapeView:
Collaboration diagram for Hexaedron8ShapeView:

Public Types

typedef HexaElementConstView ElementConstView
typedef HexaElementView ElementView
typedef HexaElement ElementType
typedef Hexaedron8Element SVCElement
typedef Hexaedron8ElementView SVCElementView

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

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

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

Member Typedef Documentation

◆ ElementConstView

typedef HexaElementConstView Hexaedron8ShapeView::ElementConstView

◆ ElementType

typedef HexaElement Hexaedron8ShapeView::ElementType

◆ ElementView

typedef HexaElementView Hexaedron8ShapeView::ElementView

◆ SVCElement

typedef Hexaedron8Element Hexaedron8ShapeView::SVCElement

◆ SVCElementView

typedef Hexaedron8ElementView Hexaedron8ShapeView::SVCElementView

Constructor & Destructor Documentation

◆ Hexaedron8ShapeView() [1/2]

Hexaedron8ShapeView::Hexaedron8ShapeView ( )
inline

◆ Hexaedron8ShapeView() [2/2]

Hexaedron8ShapeView::Hexaedron8ShapeView ( const GeomShapeView & rhs)
inlineexplicit

Member Function Documentation

◆ elemView()

Hexaedron8ElementConstView Hexaedron8ShapeView::elemView ( ) const
inline

Constant view of the geometric element.

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

◆ fillSVC()

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

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

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

◆ geomType()

GeomType Hexaedron8ShapeView::geomType ( )
inlinestatic

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

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

◆ nbNode()

Integer Hexaedron8ShapeView::nbNode ( )
inlinestatic

Number of nodes of the shape (returns 8).

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

◆ operator Hexaedron8ElementConstView()

Hexaedron8ShapeView::operator Hexaedron8ElementConstView ( ) const
inline

Conversion operator to a constant view of the geometric element.

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


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