|
NiHu
2.0
|
Class representing a balanced tree division predicate. More...
#include <divide.hpp>
Public Member Functions | |
| divide_depth (size_t depth) | |
| Constructor. More... | |
| template<class Cluster > | |
| bool | operator() (Cluster const &c) const |
| Determine if a cluster needs to be divided. More... | |
Public Member Functions inherited from NiHu::fmm::divide_base< divide_depth > | |
| NIHU_CRTP_HELPERS bool | operator() (Cluster const &c) const |
Class representing a balanced tree division predicate.
Definition at line 41 of file divide.hpp.
|
inline |
Constructor.
| [in] | depth | Maximal depth of the tree |
Definition at line 55 of file divide.hpp.
|
inline |
Determine if a cluster needs to be divided.
| Cluster | Cluster type |
| [in] | c | The cluster to divide |
true if the cluster needs to be divided Definition at line 67 of file divide.hpp.