Modifiable view on geometric elements of type GeomType::Hexaedron8. More...
#include <arcane/geometry/GeomElementView.h>
Public Types | |
| typedef Hexaedron8ElementConstView | ConstViewType |
Public Member Functions | |
| Hexaedron8ElementView (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) |
| Initializes the view with the coordinates passed as arguments. | |
| operator Hexaedron8ElementConstView () const | |
| Conversion operator to a constant view. | |
| Hexaedron8ElementConstView | constView () const |
| Constant view on the element. | |
| Public Member Functions inherited from Arcane::geometric::GeomElementViewBase | |
| GeomElementViewBase (ARCANE_RESTRICT Real3POD *ptr) | |
| const Real3 | operator[] (Integer i) const |
| Retrieves the value of the i-th node. | |
| void | setValue (Integer i, Real3 v) |
| Sets the value of the i-th node to v. | |
Additional Inherited Members | |
| Protected Attributes inherited from Arcane::geometric::GeomElementViewBase | |
| ARCANE_RESTRICT Real3POD * | m_s |
Modifiable view on geometric elements of type GeomType::Hexaedron8.
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 448 of file GeomElementView.h.
| typedef Hexaedron8ElementConstView Arcane::geometric::Hexaedron8ElementView::ConstViewType |
Definition at line 452 of file GeomElementView.h.
|
inline |
Definition at line 454 of file GeomElementView.h.
|
inline |
Constant view on the element.
Definition at line 471 of file GeomElementView.h.
|
inline |
Initializes the view with the coordinates passed as arguments.
Definition at line 457 of file GeomElementView.h.
Referenced by Arcane::geometric::GeomShapeView::fillSubZoneElement(), Arcane::geometric::GeomShapeView::fillSubZoneHeptaedron10(), Arcane::geometric::GeomShapeView::fillSubZoneHexaedron8(), Arcane::geometric::GeomShapeView::fillSubZoneOctaedron12(), Arcane::geometric::GeomShapeView::fillSubZonePentaedron6(), Arcane::geometric::GeomShapeView::fillSubZonePyramid5(), and Arcane::geometric::GeomShapeView::fillSubZoneTetraedron4().
|
inline |
Conversion operator to a constant view.
Definition at line 469 of file GeomElementView.h.