Specific view on geometric shapes of type GeomType::Hexagon6. More...
#include <arcane/geometry/GeneratedGeomShapeView.h>
Public Types | |
| typedef HexagonElementConstView | ElementConstView |
| typedef HexagonElementView | ElementView |
| typedef HexagonElement | ElementType |
| typedef Quad4Element | SVCElement |
| typedef Quad4ElementView | SVCElementView |
Public Member Functions | |
| Hexagon6ShapeView (const GeomShapeView &rhs) | |
| void | fillSVC (Quad4ElementView svc, Integer i) |
| Fills svc with the values of the i-th control sub-volume. | |
| operator Hexagon6ElementConstView () const | |
| Conversion operator to a constant view of the geometric element. | |
| Hexagon6ElementConstView | 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::Hexagon6 ). | |
Specific view on geometric shapes of type GeomType::Hexagon6.
Definition at line 123 of file GeneratedGeomShapeView.h.
| typedef HexagonElementConstView Hexagon6ShapeView::ElementConstView |
Definition at line 128 of file GeneratedGeomShapeView.h.
| typedef HexagonElement Hexagon6ShapeView::ElementType |
Definition at line 130 of file GeneratedGeomShapeView.h.
| typedef HexagonElementView Hexagon6ShapeView::ElementView |
Definition at line 129 of file GeneratedGeomShapeView.h.
| typedef Quad4Element Hexagon6ShapeView::SVCElement |
Definition at line 131 of file GeneratedGeomShapeView.h.
| typedef Quad4ElementView Hexagon6ShapeView::SVCElementView |
Definition at line 132 of file GeneratedGeomShapeView.h.
|
inline |
Definition at line 136 of file GeneratedGeomShapeView.h.
|
inlineexplicit |
Definition at line 137 of file GeneratedGeomShapeView.h.
|
inline |
Constant view of the geometric element.
Definition at line 153 of file GeneratedGeomShapeView.h.
|
inline |
Fills svc with the values of the i-th control sub-volume.
Definition at line 148 of file GeneratedGeomShapeView.h.
|
inlinestatic |
Type of the shape (returns GeomType::Hexagon6 ).
Definition at line 146 of file GeneratedGeomShapeView.h.
|
inlinestatic |
Number of nodes of the shape (returns 6).
Definition at line 144 of file GeneratedGeomShapeView.h.
|
inline |
Conversion operator to a constant view of the geometric element.
Definition at line 151 of file GeneratedGeomShapeView.h.