Specific view on geometric shapes of type GeomType::Triangle3. More...
#include <arcane/geometry/GeneratedGeomShapeView.h>
Public Types | |
| typedef TriangleElementConstView | ElementConstView |
| typedef TriangleElementView | ElementView |
| typedef TriangleElement | ElementType |
| typedef Quad4Element | SVCElement |
| typedef Quad4ElementView | SVCElementView |
Public Member Functions | |
| Triangle3ShapeView (const GeomShapeView &rhs) | |
| void | fillSVC (Quad4ElementView svc, Integer i) |
| Fills svc with the values of the i-th control sub-volume. | |
| operator Triangle3ElementConstView () const | |
| Conversion operator to a constant view of the geometric element. | |
| Triangle3ElementConstView | elemView () const |
| Constant view of the geometric element. | |
Static Public Member Functions | |
| static Integer | nbNode () |
| Number of nodes of the shape (returns 3). | |
| static GeomType | geomType () |
| Type of the shape (returns GeomType::Triangle3 ). | |
Specific view on geometric shapes of type GeomType::Triangle3.
Definition at line 9 of file GeneratedGeomShapeView.h.
| typedef TriangleElementConstView Triangle3ShapeView::ElementConstView |
Definition at line 14 of file GeneratedGeomShapeView.h.
| typedef TriangleElement Triangle3ShapeView::ElementType |
Definition at line 16 of file GeneratedGeomShapeView.h.
| typedef TriangleElementView Triangle3ShapeView::ElementView |
Definition at line 15 of file GeneratedGeomShapeView.h.
| typedef Quad4Element Triangle3ShapeView::SVCElement |
Definition at line 17 of file GeneratedGeomShapeView.h.
| typedef Quad4ElementView Triangle3ShapeView::SVCElementView |
Definition at line 18 of file GeneratedGeomShapeView.h.
|
inline |
Definition at line 22 of file GeneratedGeomShapeView.h.
|
inlineexplicit |
Definition at line 23 of file GeneratedGeomShapeView.h.
|
inline |
Constant view of the geometric element.
Definition at line 39 of file GeneratedGeomShapeView.h.
|
inline |
Fills svc with the values of the i-th control sub-volume.
Definition at line 34 of file GeneratedGeomShapeView.h.
|
inlinestatic |
Type of the shape (returns GeomType::Triangle3 ).
Definition at line 32 of file GeneratedGeomShapeView.h.
|
inlinestatic |
Number of nodes of the shape (returns 3).
Definition at line 30 of file GeneratedGeomShapeView.h.
|
inline |
Conversion operator to a constant view of the geometric element.
Definition at line 37 of file GeneratedGeomShapeView.h.