Specific view on geometric shapes of type GeomType::Heptaedron10. More...
#include <arcane/geometry/GeneratedGeomShapeView.h>
Public Types | |
| typedef Wedge7ElementConstView | ElementConstView |
| typedef Wedge7ElementView | ElementView |
| typedef Wedge7Element | ElementType |
| typedef Hexaedron8Element | SVCElement |
| typedef Hexaedron8ElementView | SVCElementView |
Public Member Functions | |
| Heptaedron10ShapeView (const GeomShapeView &rhs) | |
| void | fillSVC (Hexaedron8ElementView svc, Integer i) |
| Fills svc with the values of the i-th control sub-volume. | |
| operator Heptaedron10ElementConstView () const | |
| Conversion operator to a constant view of the geometric element. | |
| Heptaedron10ElementConstView | elemView () const |
| Constant view of the geometric element. | |
Static Public Member Functions | |
| static Integer | nbNode () |
| Number of nodes of the shape (returns 10). | |
| static GeomType | geomType () |
| Type of the shape (returns GeomType::Heptaedron10 ). | |
Specific view on geometric shapes of type GeomType::Heptaedron10.
Definition at line 312 of file GeneratedGeomShapeView.h.
| typedef Wedge7ElementConstView Heptaedron10ShapeView::ElementConstView |
Definition at line 317 of file GeneratedGeomShapeView.h.
| typedef Wedge7Element Heptaedron10ShapeView::ElementType |
Definition at line 319 of file GeneratedGeomShapeView.h.
| typedef Wedge7ElementView Heptaedron10ShapeView::ElementView |
Definition at line 318 of file GeneratedGeomShapeView.h.
| typedef Hexaedron8Element Heptaedron10ShapeView::SVCElement |
Definition at line 320 of file GeneratedGeomShapeView.h.
| typedef Hexaedron8ElementView Heptaedron10ShapeView::SVCElementView |
Definition at line 321 of file GeneratedGeomShapeView.h.
|
inline |
Definition at line 325 of file GeneratedGeomShapeView.h.
|
inlineexplicit |
Definition at line 326 of file GeneratedGeomShapeView.h.
|
inline |
Constant view of the geometric element.
Definition at line 342 of file GeneratedGeomShapeView.h.
|
inline |
Fills svc with the values of the i-th control sub-volume.
Definition at line 337 of file GeneratedGeomShapeView.h.
|
inlinestatic |
Type of the shape (returns GeomType::Heptaedron10 ).
Definition at line 335 of file GeneratedGeomShapeView.h.
|
inlinestatic |
Number of nodes of the shape (returns 10).
Definition at line 333 of file GeneratedGeomShapeView.h.
|
inline |
Conversion operator to a constant view of the geometric element.
Definition at line 340 of file GeneratedGeomShapeView.h.