|
Rheolef
7.1
an efficient C++ finite element environment
|
Public Types | |
| typedef disarray< T, M >::size_type | size_type |
Public Member Functions | |
| geo_nearest () | |
| geo_nearest (const geo_nearest< T, M > &) | |
| geo_nearest< T, M > & | operator= (const geo_nearest< T, M > &) |
| ~geo_nearest () | |
| size_type | seq_nearest (const geo_base_rep< T, M > &omega, const point_basic< T > &x, point_basic< T > &x_nearest) const |
| size_type | dis_nearest (const geo_base_rep< T, M > &omega, const point_basic< T > &x, point_basic< T > &x_nearest) const |
Static Public Member Functions | |
| static geo_nearest_abstract_rep< T, M > * | make_ptr (const geo_base_rep< T, M > &omega) |
Protected Attributes | |
| geo_nearest_abstract_rep< T, M > * | _ptr |
Definition at line 41 of file geo_nearest.h.
| geo_nearest | ( | ) |
Definition at line 44 of file geo_nearest.h.
| geo_nearest | ( | const geo_nearest< T, M > & | ) |
Definition at line 45 of file geo_nearest.h.
Definition at line 54 of file geo_nearest.cc.
| geo_nearest<T,M>& operator= | ( | const geo_nearest< T, M > & | ) |
Definition at line 46 of file geo_nearest.h.
|
static |
Definition at line 317 of file geo_nearest.cc.
| geo_nearest< T, M >::size_type seq_nearest | ( | const geo_base_rep< T, M > & | omega, |
| const point_basic< T > & | x, | ||
| point_basic< T > & | x_nearest | ||
| ) | const |
Definition at line 62 of file geo_nearest.cc.
| geo_nearest< T, M >::size_type dis_nearest | ( | const geo_base_rep< T, M > & | omega, |
| const point_basic< T > & | x, | ||
| point_basic< T > & | x_nearest | ||
| ) | const |
Definition at line 72 of file geo_nearest.cc.
Definition at line 59 of file geo_nearest.h.