|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include <PairConditions.h>
Public Member Functions | |
| RadiusCondition (T r) | |
| template<class V> | |
| bool | operator() (const V &a, const V &b) const |
| template<class V, class Vec> | |
| bool | operator() (const V &a, const V &b, const Vec &) const |
| T | getRange (unsigned) const |
Private Attributes | |
| T | sqradius |
| T | radius |
Definition at line 23 of file PairConditions.h.
|
inline |
Definition at line 26 of file PairConditions.h.
|
inline |
Definition at line 61 of file PairConditions.h.
References radius.
|
inline |
Definition at line 30 of file PairConditions.h.
|
inline |
Definition at line 42 of file PairConditions.h.
|
private |
Definition at line 63 of file PairConditions.h.
Referenced by getRange(), and RadiusCondition().
|
private |
Definition at line 63 of file PairConditions.h.
Referenced by operator()(), operator()(), and RadiusCondition().