Base class for modifiable views on geometric elements. More...
#include <arcane/geometry/GeomElementView.h>
Public Member Functions | |
| 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. | |
Protected Attributes | |
| ARCANE_RESTRICT Real3POD * | m_s |
Base class for modifiable views on geometric elements.
The views of this type are only valid as long as the instance they originate from exists. Consequently, these views are primarily used for argument passing and should not be retained.
Definition at line 78 of file src/arcane/geometry/GeomElementView.h.
|
inlineexplicit |
Definition at line 82 of file src/arcane/geometry/GeomElementView.h.
Retrieves the value of the i-th node.
Definition at line 89 of file src/arcane/geometry/GeomElementView.h.
Sets the value of the i-th node to v.
Definition at line 95 of file src/arcane/geometry/GeomElementView.h.
References Arcane::Real3POD::x, Arcane::Real3POD::y, and Arcane::Real3POD::z.
|
protected |
Definition at line 104 of file src/arcane/geometry/GeomElementView.h.