Specific view on geometric shapes of type GeomType::Octaedron12. More...
#include <arcane/geometry/GeneratedGeomShapeView.h>
Public Types | |
| typedef Wedge8ElementConstView | ElementConstView |
| typedef Wedge8ElementView | ElementView |
| typedef Wedge8Element | ElementType |
| typedef Hexaedron8Element | SVCElement |
| typedef Hexaedron8ElementView | SVCElementView |
Public Member Functions | |
| Octaedron12ShapeView (const GeomShapeView &rhs) | |
| void | fillSVC (Hexaedron8ElementView svc, Integer i) |
| Fills svc with the values of the i-th control sub-volume. | |
| operator Octaedron12ElementConstView () const | |
| Conversion operator to a constant view of the geometric element. | |
| Octaedron12ElementConstView | elemView () const |
| Constant view of the geometric element. | |
Static Public Member Functions | |
| static Integer | nbNode () |
| Number of nodes of the shape (returns 12). | |
| static GeomType | geomType () |
| Type of the shape (returns GeomType::Octaedron12 ). | |
Specific view on geometric shapes of type GeomType::Octaedron12.
Definition at line 350 of file GeneratedGeomShapeView.h.
| typedef Wedge8ElementConstView Octaedron12ShapeView::ElementConstView |
Definition at line 355 of file GeneratedGeomShapeView.h.
| typedef Wedge8Element Octaedron12ShapeView::ElementType |
Definition at line 357 of file GeneratedGeomShapeView.h.
| typedef Wedge8ElementView Octaedron12ShapeView::ElementView |
Definition at line 356 of file GeneratedGeomShapeView.h.
| typedef Hexaedron8Element Octaedron12ShapeView::SVCElement |
Definition at line 358 of file GeneratedGeomShapeView.h.
| typedef Hexaedron8ElementView Octaedron12ShapeView::SVCElementView |
Definition at line 359 of file GeneratedGeomShapeView.h.
|
inline |
Definition at line 363 of file GeneratedGeomShapeView.h.
|
inlineexplicit |
Definition at line 364 of file GeneratedGeomShapeView.h.
|
inline |
Constant view of the geometric element.
Definition at line 380 of file GeneratedGeomShapeView.h.
|
inline |
Fills svc with the values of the i-th control sub-volume.
Definition at line 375 of file GeneratedGeomShapeView.h.
|
inlinestatic |
Type of the shape (returns GeomType::Octaedron12 ).
Definition at line 373 of file GeneratedGeomShapeView.h.
|
inlinestatic |
Number of nodes of the shape (returns 12).
Definition at line 371 of file GeneratedGeomShapeView.h.
|
inline |
Conversion operator to a constant view of the geometric element.
Definition at line 378 of file GeneratedGeomShapeView.h.