Specific view on geometric shapes of type GeomType::Pyramid5. More...
#include <arcane/geometry/GeneratedGeomShapeView.h>
Public Types | |
| typedef PyramidElementConstView | ElementConstView |
| typedef PyramidElementView | ElementView |
| typedef PyramidElement | ElementType |
| typedef Hexaedron8Element | SVCElement |
| typedef Hexaedron8ElementView | SVCElementView |
Public Member Functions | |
| Pyramid5ShapeView (const GeomShapeView &rhs) | |
| void | fillSVC (Hexaedron8ElementView svc, Integer i) |
| Fills svc with the values of the i-th control sub-volume. | |
| operator Pyramid5ElementConstView () const | |
| Conversion operator to a constant view of the geometric element. | |
| Pyramid5ElementConstView | elemView () const |
| Constant view of the geometric element. | |
Static Public Member Functions | |
| static Integer | nbNode () |
| Number of nodes of the shape (returns 5). | |
| static GeomType | geomType () |
| Type of the shape (returns GeomType::Pyramid5 ). | |
Specific view on geometric shapes of type GeomType::Pyramid5.
Definition at line 199 of file src/arcane/geometry/GeneratedGeomShapeView.h.
| typedef PyramidElementConstView Pyramid5ShapeView::ElementConstView |
Definition at line 204 of file src/arcane/geometry/GeneratedGeomShapeView.h.
| typedef PyramidElement Pyramid5ShapeView::ElementType |
Definition at line 206 of file src/arcane/geometry/GeneratedGeomShapeView.h.
| typedef PyramidElementView Pyramid5ShapeView::ElementView |
Definition at line 205 of file src/arcane/geometry/GeneratedGeomShapeView.h.
| typedef Hexaedron8Element Pyramid5ShapeView::SVCElement |
Definition at line 207 of file src/arcane/geometry/GeneratedGeomShapeView.h.
| typedef Hexaedron8ElementView Pyramid5ShapeView::SVCElementView |
Definition at line 208 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inline |
Definition at line 212 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inlineexplicit |
Definition at line 213 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inline |
Constant view of the geometric element.
Definition at line 229 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inline |
Fills svc with the values of the i-th control sub-volume.
Definition at line 224 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inlinestatic |
Type of the shape (returns GeomType::Pyramid5 ).
Definition at line 222 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inlinestatic |
Number of nodes of the shape (returns 5).
Definition at line 220 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inline |
Conversion operator to a constant view of the geometric element.
Definition at line 227 of file src/arcane/geometry/GeneratedGeomShapeView.h.