An const adaptor for accessing nodal coordinates of a pane. More...
#include <RFC_Window_base.h>
Public Types | |
typedef Point_3 | Value |
typedef Point_3 | Value_nonconst |
typedef const Point_3 | Value_const |
typedef unsigned int | Size |
Public Member Functions | |
Value_const & | get_value (const RFC_Pane_base *p, int i) const |
Get the coordinates of a point in p with local id . More... | |
Value_const & | get_value (const Real *p, int i) const |
Get the coordinates of a point in p with local id . More... | |
An const adaptor for accessing nodal coordinates of a pane.
Definition at line 462 of file RFC_Window_base.h.
typedef unsigned int Size |
Definition at line 467 of file RFC_Window_base.h.
Definition at line 464 of file RFC_Window_base.h.
typedef const Point_3 Value_const |
Definition at line 466 of file RFC_Window_base.h.
typedef Point_3 Value_nonconst |
Definition at line 465 of file RFC_Window_base.h.
|
inline |
Get the coordinates of a point in p
with local id .
Definition at line 470 of file RFC_Window_base.h.
References RFC_Pane_base::get_point().
|
inline |
Get the coordinates of a point in p
with local id .
Definition at line 474 of file RFC_Window_base.h.