Modifiable view on geometric elements of type GeomType::Pentaedron6. More...
#include <arcane/geometry/GeneratedGeomElementView.h>
Public Types | |
| typedef Pentaedron6ElementConstView | ConstViewType |
Public Member Functions | |
| Pentaedron6ElementView (ARCANE_RESTRICT Real3POD *ptr) | |
| void | init (const Real3 &a0, const Real3 &a1, const Real3 &a2, const Real3 &a3, const Real3 &a4, const Real3 &a5) |
| Initializes the view with the coordinates passed as arguments. | |
| operator Pentaedron6ElementConstView () const | |
| Conversion operator to a constant view. | |
| Pentaedron6ElementConstView | constView () const |
| Constant view on the element. | |
Modifiable view on geometric elements of type GeomType::Pentaedron6.
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 387 of file GeneratedGeomElementView.h.
| typedef Pentaedron6ElementConstView Pentaedron6ElementView::ConstViewType |
Definition at line 391 of file GeneratedGeomElementView.h.
|
inline |
Definition at line 393 of file GeneratedGeomElementView.h.
|
inline |
Constant view on the element.
Definition at line 408 of file GeneratedGeomElementView.h.
|
inline |
Initializes the view with the coordinates passed as arguments.
Definition at line 396 of file GeneratedGeomElementView.h.
|
inline |
Conversion operator to a constant view.
Definition at line 406 of file GeneratedGeomElementView.h.