Base class for constant views on geometric elements. More...
#include <arcane/geometry/GeomElementView.h>
Public Member Functions | |
| GeomElementConstViewBase (ARCANE_RESTRICT const Real3POD *ptr) | |
| const Real3 | operator[] (Integer i) const |
| Retrieves the value of the i-th node. | |
| const Real3 | s (Integer i) const |
| Retrieves the value of the i-th node. | |
Protected Attributes | |
| ARCANE_RESTRICT const Real3POD * | m_s |
Base class for constant 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 37 of file GeomElementView.h.
|
inlineexplicit |
Definition at line 41 of file GeomElementView.h.
Retrieves the value of the i-th node.
Definition at line 48 of file GeomElementView.h.
Retrieves the value of the i-th node.
Definition at line 58 of file GeomElementView.h.
|
protected |
Definition at line 65 of file GeomElementView.h.