Specific view on geometric shapes of type GeomType::Hexaedron8. More...
#include <arcane/geometry/GeneratedGeomShapeView.h>
Public Types | |
| typedef HexaElementConstView | ElementConstView |
| typedef HexaElementView | ElementView |
| typedef HexaElement | ElementType |
| typedef Hexaedron8Element | SVCElement |
| typedef Hexaedron8ElementView | SVCElementView |
Public Member Functions | |
| Hexaedron8ShapeView (const GeomShapeView &rhs) | |
| void | fillSVC (Hexaedron8ElementView svc, Integer i) |
| Fills svc with the values of the i-th control sub-volume. | |
| operator Hexaedron8ElementConstView () const | |
| Conversion operator to a constant view of the geometric element. | |
| Hexaedron8ElementConstView | elemView () const |
| Constant view of the geometric element. | |
Static Public Member Functions | |
| static Integer | nbNode () |
| Number of nodes of the shape (returns 8). | |
| static GeomType | geomType () |
| Type of the shape (returns GeomType::Hexaedron8 ). | |
Specific view on geometric shapes of type GeomType::Hexaedron8.
Definition at line 274 of file src/arcane/geometry/GeneratedGeomShapeView.h.
| typedef HexaElementConstView Hexaedron8ShapeView::ElementConstView |
Definition at line 279 of file src/arcane/geometry/GeneratedGeomShapeView.h.
| typedef HexaElement Hexaedron8ShapeView::ElementType |
Definition at line 281 of file src/arcane/geometry/GeneratedGeomShapeView.h.
| typedef HexaElementView Hexaedron8ShapeView::ElementView |
Definition at line 280 of file src/arcane/geometry/GeneratedGeomShapeView.h.
| typedef Hexaedron8Element Hexaedron8ShapeView::SVCElement |
Definition at line 282 of file src/arcane/geometry/GeneratedGeomShapeView.h.
| typedef Hexaedron8ElementView Hexaedron8ShapeView::SVCElementView |
Definition at line 283 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inline |
Definition at line 287 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inlineexplicit |
Definition at line 288 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inline |
Constant view of the geometric element.
Definition at line 304 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inline |
Fills svc with the values of the i-th control sub-volume.
Definition at line 299 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inlinestatic |
Type of the shape (returns GeomType::Hexaedron8 ).
Definition at line 297 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inlinestatic |
Number of nodes of the shape (returns 8).
Definition at line 295 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inline |
Conversion operator to a constant view of the geometric element.
Definition at line 302 of file src/arcane/geometry/GeneratedGeomShapeView.h.