Modifiable view on geometric elements of type GeomType::Pyramid5. More...
#include <arcane/geometry/GeneratedGeomElementView.h>
Public Types | |
| typedef Pyramid5ElementConstView | ConstViewType |
Public Member Functions | |
| Pyramid5ElementView (ARCANE_RESTRICT Real3POD *ptr) | |
| void | init (const Real3 &a0, const Real3 &a1, const Real3 &a2, const Real3 &a3, const Real3 &a4) |
| Initializes the view with the coordinates passed as arguments. | |
| operator Pyramid5ElementConstView () const | |
| Conversion operator to a constant view. | |
| Pyramid5ElementConstView | constView () const |
| Constant view on the element. | |
Modifiable view on geometric elements of type GeomType::Pyramid5.
It is possible to retrieve a view of this type via:
For more information on usage, refer to arcanedoc_cea_geometric_viewusage
Definition at line 328 of file src/arcane/geometry/GeneratedGeomElementView.h.
| typedef Pyramid5ElementConstView Pyramid5ElementView::ConstViewType |
Definition at line 332 of file src/arcane/geometry/GeneratedGeomElementView.h.
|
inline |
Definition at line 334 of file src/arcane/geometry/GeneratedGeomElementView.h.
|
inline |
Constant view on the element.
Definition at line 348 of file src/arcane/geometry/GeneratedGeomElementView.h.
|
inline |
Initializes the view with the coordinates passed as arguments.
Definition at line 337 of file src/arcane/geometry/GeneratedGeomElementView.h.
|
inline |
Conversion operator to a constant view.
Definition at line 346 of file src/arcane/geometry/GeneratedGeomElementView.h.