Mutable view on a GeomShape. More...
#include <arcane/geometry/GeomShapeMutableView.h>
Public Member Functions | |
| const Real3 | node (Integer id) const |
| const Real3 | face (Integer id) const |
| const Real3 | center () const |
| void | setNode (Integer id, const Real3 &v) |
| void | setFace (Integer id, const Real3 &v) |
| void | setCenter (const Real3 &v) |
Friends | |
| class | GeomShapeMng |
| class | GeomShape |
Mutable view on a GeomShape.
An instance of this class allows modification of the coordinates of nodes, faces, and the center of a GeomShape.
To retrieve an instance of this object, you must call GeomShapeMng::mutableShapeView() or GeomShape::toMutableView().
Definition at line 49 of file GeomShapeMutableView.h.
|
inline |
Definition at line 58 of file GeomShapeMutableView.h.
|
inline |
Definition at line 84 of file GeomShapeMutableView.h.
Definition at line 79 of file GeomShapeMutableView.h.
Definition at line 74 of file GeomShapeMutableView.h.
|
inline |
Definition at line 99 of file GeomShapeMutableView.h.
Definition at line 94 of file GeomShapeMutableView.h.
Definition at line 89 of file GeomShapeMutableView.h.
|
friend |
Definition at line 54 of file GeomShapeMutableView.h.
|
friend |
Definition at line 53 of file GeomShapeMutableView.h.