|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 94 of file field_functor.h.
Inheritance diagram for field_function_s< F, R >:Public Types | |
| typedef float_traits< R >::type | float_type |
Public Member Functions | |
| R | operator() (const point_basic< float_type > &x) const |
| field_function_s (F f) | |
Public Member Functions inherited from field_functor< field_function_s< F, R >, R > | |
| const field_function_s< F, R > & | get_ref () const |
| operator field_function_s< F, R > () const | |
| R | operator() (const point &x) const |
Public Attributes | |
| F | _f |
| typedef float_traits<R>::type float_type |
Definition at line 95 of file field_functor.h.
| field_function_s | ( | F | f | ) |
Definition at line 97 of file field_functor.h.
| R operator() | ( | const point_basic< float_type > & | x | ) | const |
Definition at line 96 of file field_functor.h.
| F _f |
Definition at line 98 of file field_functor.h.