generic min max functor for an array More...
#include <ogdf/energybased/fast_multipole_embedder/FMEFunctional.h>
| Public Member Functions | |
| min_max_functor (const T *ptr, T &min_var, T &max_var) | |
| void | operator() (uint32_t i) | 
| Public Attributes | |
| const T * | a | 
| T & | max_value | 
| T & | min_value | 
generic min max functor for an array
Definition at line 208 of file FMEFunctional.h.
| 
 | inline | 
Definition at line 213 of file FMEFunctional.h.
| 
 | inline | 
Definition at line 219 of file FMEFunctional.h.
| const T* ogdf::fast_multipole_embedder::min_max_functor< T >::a | 
Definition at line 209 of file FMEFunctional.h.
| T& ogdf::fast_multipole_embedder::min_max_functor< T >::max_value | 
Definition at line 211 of file FMEFunctional.h.
| T& ogdf::fast_multipole_embedder::min_max_functor< T >::min_value | 
Definition at line 210 of file FMEFunctional.h.