|
votca 2025.1-dev
|
Functor for member functions. More...
#include <nblist.h>


Public Types | |
| using | fkt_t = bool (T::*)(Bead *, Bead *, const Eigen::Vector3d &, double) |
Public Member Functions | |
| FunctorMember (T *cls, fkt_t fkt) | |
| bool | operator() (Bead *b1, Bead *b2, const Eigen::Vector3d &r, double dist) override |
| Public Member Functions inherited from votca::csg::NBList::Functor | |
| Functor ()=default | |
| virtual | ~Functor ()=default |
Private Attributes | |
| T * | cls_ |
| fkt_t | fkt_ |
Functor for member functions.
| using votca::csg::NBList::FunctorMember< T >::fkt_t = bool (T::*)(Bead *, Bead *, const Eigen::Vector3d &, double) |
|
inline |
|
inlineoverridevirtual |
Implements votca::csg::NBList::Functor.
|
private |
|
private |