Modifiable view on geometric elements of type GeomType::Triangle3. More...
#include <arcane/geometry/GeneratedGeomElementView.h>
Public Types | |
| typedef Triangle3ElementConstView | ConstViewType |
Public Member Functions | |
| Triangle3ElementView (ARCANE_RESTRICT Real3POD *ptr) | |
| void | init (const Real3 &a0, const Real3 &a1, const Real3 &a2) |
| Initializes the view with the coordinates passed as arguments. | |
| operator Triangle3ElementConstView () const | |
| Conversion operator to a constant view. | |
| Triangle3ElementConstView | constView () const |
| Constant view on the element. | |
Modifiable view on geometric elements of type GeomType::Triangle3.
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 36 of file GeneratedGeomElementView.h.
| typedef Triangle3ElementConstView Triangle3ElementView::ConstViewType |
Definition at line 40 of file GeneratedGeomElementView.h.
|
inline |
Definition at line 42 of file GeneratedGeomElementView.h.
|
inline |
Constant view on the element.
Definition at line 54 of file GeneratedGeomElementView.h.
|
inline |
Initializes the view with the coordinates passed as arguments.
Definition at line 45 of file GeneratedGeomElementView.h.
|
inline |
Conversion operator to a constant view.
Definition at line 52 of file GeneratedGeomElementView.h.