|
template<int Dim> |
void | AttrForceFunctionLog (double dist, double &force, double &force_prime) |
|
template<int Dim, int K> |
std::enable_if< Dim!=2||(K!=1 &&K!=2), void >::type | AttrForceFunctionPow (double dist, double &force, double &force_prime) |
|
template<int Dim, int K> |
std::enable_if< Dim==2 &&K==2, void >::type | AttrForceFunctionPow (double dist, double &force, double &force_prime) |
|
template<int Dim, int K> |
std::enable_if< Dim==2 &&K==1, void >::type | AttrForceFunctionPow (double dist, double &force, double &force_prime) |
|
template<int Dim> |
std::enable_if< Dim!=2, double >::type | computeDeltaAndDistance (const double a[Dim], const double b[Dim], double delta[Dim]) |
|
template<int Dim> |
std::enable_if< Dim==2, double >::type | computeDeltaAndDistance (const double a[Dim], const double b[Dim], double delta[Dim]) |
|
template<typename IntType , int Dim> |
std::enable_if< Dim!=1 &&Dim!=2, void >::type | interleaveBits (const IntType coords[Dim], IntType mnr[Dim]) |
|
template<typename IntType , int Dim> |
std::enable_if< Dim==1, void >::type | interleaveBits (const unsigned int coords[Dim], unsigned int mnr[Dim]) |
|
template<typename IntType , int Dim> |
std::enable_if< Dim==2, void >::type | interleaveBits (const unsigned int coords[Dim], unsigned int mnr[Dim]) |
|
template<typename IntType , int Dim> |
std::enable_if< Dim!=1, int >::type | lowestCommonAncestorLevel (const IntType a[Dim], const IntType b[Dim]) |
|
template<typename IntType , int Dim> |
std::enable_if< Dim==1, int >::type | lowestCommonAncestorLevel (const unsigned int a[Dim], const unsigned int b[Dim]) |
|
template<typename IntType , int Dim> |
std::enable_if< Dim!=1 &&Dim!=2, bool >::type | mortonComparerEqual (const IntType a[Dim], const IntType b[Dim]) |
|
template<typename IntType , int Dim> |
std::enable_if< Dim==1, bool >::type | mortonComparerEqual (const IntType a[Dim], const IntType b[Dim]) |
|
template<typename IntType , int Dim> |
std::enable_if< Dim==2, bool >::type | mortonComparerEqual (const IntType a[Dim], const IntType b[Dim]) |
|
template<typename IntType , int Dim> |
std::enable_if< Dim!=1 &&Dim!=2, bool >::type | mortonComparerLess (const IntType a[Dim], const IntType b[Dim]) |
|
template<typename IntType , int Dim> |
std::enable_if< Dim==1, bool >::type | mortonComparerLess (const unsigned int a[Dim], const unsigned int b[Dim]) |
|
template<typename IntType , int Dim> |
std::enable_if< Dim==2, bool >::type | mortonComparerLess (const unsigned int a[Dim], const unsigned int b[Dim]) |
|
template<typename IntType > |
int | mostSignificantBit (IntType x) |
|
template<int Dim, int K> |
std::enable_if< Dim!=2||(K!=1 &&K!=2), void >::type | RepForceFunctionNewton (double dist, double &force, double &force_prime) |
|
template<int Dim, int K> |
std::enable_if< Dim==2 &&K==2, void >::type | RepForceFunctionNewton (double dist, double &force, double &force_prime) |
|
template<int Dim, int K> |
std::enable_if< Dim==2 &&K==1, void >::type | RepForceFunctionNewton (double dist, double &force, double &force_prime) |
|