Specific view on geometric shapes of type GeomType::Pentaedron6. More...
#include <arcane/geometry/GeneratedGeomShapeView.h>
Public Types | |
| typedef PentaElementConstView | ElementConstView |
| typedef PentaElementView | ElementView |
| typedef PentaElement | ElementType |
| typedef Hexaedron8Element | SVCElement |
| typedef Hexaedron8ElementView | SVCElementView |
Public Member Functions | |
| Pentaedron6ShapeView (const GeomShapeView &rhs) | |
| void | fillSVC (Hexaedron8ElementView svc, Integer i) |
| Fills svc with the values of the i-th control sub-volume. | |
| operator Pentaedron6ElementConstView () const | |
| Conversion operator to a constant view of the geometric element. | |
| Pentaedron6ElementConstView | 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::Pentaedron6 ). | |
Specific view on geometric shapes of type GeomType::Pentaedron6.
Definition at line 237 of file GeneratedGeomShapeView.h.
| typedef PentaElementConstView Pentaedron6ShapeView::ElementConstView |
Definition at line 242 of file GeneratedGeomShapeView.h.
| typedef PentaElement Pentaedron6ShapeView::ElementType |
Definition at line 244 of file GeneratedGeomShapeView.h.
| typedef PentaElementView Pentaedron6ShapeView::ElementView |
Definition at line 243 of file GeneratedGeomShapeView.h.
| typedef Hexaedron8Element Pentaedron6ShapeView::SVCElement |
Definition at line 245 of file GeneratedGeomShapeView.h.
| typedef Hexaedron8ElementView Pentaedron6ShapeView::SVCElementView |
Definition at line 246 of file GeneratedGeomShapeView.h.
|
inline |
Definition at line 250 of file GeneratedGeomShapeView.h.
|
inlineexplicit |
Definition at line 251 of file GeneratedGeomShapeView.h.
|
inline |
Constant view of the geometric element.
Definition at line 266 of file GeneratedGeomShapeView.h.
|
inline |
Fills svc with the values of the i-th control sub-volume.
Definition at line 261 of file GeneratedGeomShapeView.h.
|
inlinestatic |
Type of the shape (returns GeomType::Pentaedron6 ).
Definition at line 259 of file GeneratedGeomShapeView.h.
|
inlinestatic |
Number of nodes of the shape (returns 6).
Definition at line 257 of file GeneratedGeomShapeView.h.
|
inline |
Conversion operator to a constant view of the geometric element.
Definition at line 264 of file GeneratedGeomShapeView.h.