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

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

#include <arcane/geometry/GeneratedGeomShapeView.h>

Inheritance diagram for Quad4ShapeView:
Collaboration diagram for Quad4ShapeView:

Public Types

typedef QuadElementConstView ElementConstView
typedef QuadElementView ElementView
typedef QuadElement ElementType
typedef Quad4Element SVCElement
typedef Quad4ElementView SVCElementView

Public Member Functions

 Quad4ShapeView (const GeomShapeView &rhs)
void fillSVC (Quad4ElementView svc, Integer i)
 Fills svc with the values of the i-th control sub-volume.
 operator Quad4ElementConstView () const
 Conversion operator to a constant view of the geometric element.
Quad4ElementConstView 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::Quad4 ).

Detailed Description

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

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

Member Typedef Documentation

◆ ElementConstView

typedef QuadElementConstView Quad4ShapeView::ElementConstView

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

◆ ElementType

typedef QuadElement Quad4ShapeView::ElementType

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

◆ ElementView

typedef QuadElementView Quad4ShapeView::ElementView

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

◆ SVCElement

typedef Quad4Element Quad4ShapeView::SVCElement

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

◆ SVCElementView

typedef Quad4ElementView Quad4ShapeView::SVCElementView

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

Constructor & Destructor Documentation

◆ Quad4ShapeView() [1/2]

Quad4ShapeView::Quad4ShapeView ( )
inline

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

◆ Quad4ShapeView() [2/2]

Quad4ShapeView::Quad4ShapeView ( const GeomShapeView & rhs)
inlineexplicit

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

Member Function Documentation

◆ elemView()

Quad4ElementConstView Quad4ShapeView::elemView ( ) const
inline

Constant view of the geometric element.

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

◆ fillSVC()

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

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

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

◆ geomType()

GeomType Quad4ShapeView::geomType ( )
inlinestatic

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

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

◆ nbNode()

Integer Quad4ShapeView::nbNode ( )
inlinestatic

Number of nodes of the shape (returns 4).

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

◆ operator Quad4ElementConstView()

Quad4ShapeView::operator Quad4ElementConstView ( ) const
inline

Conversion operator to a constant view of the geometric element.

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


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