Specific view on geometric shapes of type GeomType::Tetraedron4. More...
#include <arcane/geometry/GeneratedGeomShapeView.h>
Public Types | |
| typedef TetraElementConstView | ElementConstView |
| typedef TetraElementView | ElementView |
| typedef TetraElement | ElementType |
| typedef Hexaedron8Element | SVCElement |
| typedef Hexaedron8ElementView | SVCElementView |
Public Member Functions | |
| Tetraedron4ShapeView (const GeomShapeView &rhs) | |
| void | fillSVC (Hexaedron8ElementView svc, Integer i) |
| Fills svc with the values of the i-th control sub-volume. | |
| operator Tetraedron4ElementConstView () const | |
| Conversion operator to a constant view of the geometric element. | |
| Tetraedron4ElementConstView | elemView () const |
| Constant view of the geometric element. | |
Static Public Member Functions | |
| static Integer | nbNode () |
| Number of nodes of the shape (returns 4). | |
| static GeomType | geomType () |
| Type of the shape (returns GeomType::Tetraedron4 ). | |
Specific view on geometric shapes of type GeomType::Tetraedron4.
Definition at line 161 of file GeneratedGeomShapeView.h.
| typedef TetraElementConstView Tetraedron4ShapeView::ElementConstView |
Definition at line 166 of file GeneratedGeomShapeView.h.
| typedef TetraElement Tetraedron4ShapeView::ElementType |
Definition at line 168 of file GeneratedGeomShapeView.h.
| typedef TetraElementView Tetraedron4ShapeView::ElementView |
Definition at line 167 of file GeneratedGeomShapeView.h.
| typedef Hexaedron8Element Tetraedron4ShapeView::SVCElement |
Definition at line 169 of file GeneratedGeomShapeView.h.
| typedef Hexaedron8ElementView Tetraedron4ShapeView::SVCElementView |
Definition at line 170 of file GeneratedGeomShapeView.h.
|
inline |
Definition at line 174 of file GeneratedGeomShapeView.h.
|
inlineexplicit |
Definition at line 175 of file GeneratedGeomShapeView.h.
|
inline |
Constant view of the geometric element.
Definition at line 191 of file GeneratedGeomShapeView.h.
|
inline |
Fills svc with the values of the i-th control sub-volume.
Definition at line 186 of file GeneratedGeomShapeView.h.
|
inlinestatic |
Type of the shape (returns GeomType::Tetraedron4 ).
Definition at line 184 of file GeneratedGeomShapeView.h.
|
inlinestatic |
Number of nodes of the shape (returns 4).
Definition at line 182 of file GeneratedGeomShapeView.h.
|
inline |
Conversion operator to a constant view of the geometric element.
Definition at line 189 of file GeneratedGeomShapeView.h.