Modifiable view on geometric elements of type GeomType::Octaedron12. More...
#include <arcane/geometry/GeneratedGeomElementView.h>
Public Types | |
| typedef Octaedron12ElementConstView | ConstViewType |
Public Member Functions | |
| Octaedron12ElementView (ARCANE_RESTRICT Real3POD *ptr) | |
| void | init (const Real3 &a0, const Real3 &a1, const Real3 &a2, const Real3 &a3, const Real3 &a4, const Real3 &a5, const Real3 &a6, const Real3 &a7, const Real3 &a8, const Real3 &a9, const Real3 &a10, const Real3 &a11) |
| Initializes the view with the coordinates passed as arguments. | |
| operator Octaedron12ElementConstView () const | |
| Conversion operator to a constant view. | |
| Octaedron12ElementConstView | constView () const |
| Constant view on the element. | |
Modifiable view on geometric elements of type GeomType::Octaedron12.
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 573 of file src/arcane/geometry/GeneratedGeomElementView.h.
| typedef Octaedron12ElementConstView Octaedron12ElementView::ConstViewType |
Definition at line 577 of file src/arcane/geometry/GeneratedGeomElementView.h.
|
inline |
Definition at line 579 of file src/arcane/geometry/GeneratedGeomElementView.h.
|
inline |
Constant view on the element.
Definition at line 600 of file src/arcane/geometry/GeneratedGeomElementView.h.
|
inline |
Initializes the view with the coordinates passed as arguments.
Definition at line 582 of file src/arcane/geometry/GeneratedGeomElementView.h.
|
inline |
Conversion operator to a constant view.
Definition at line 598 of file src/arcane/geometry/GeneratedGeomElementView.h.