![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
Utility function for sphere_distribution. More...
#include <aims/points_distribution/points_distribution.h>
Public Member Functions | |
CoulombForce () | |
virtual | ~CoulombForce () |
virtual Point3df | force (const Point3df &p1, const Point3df &p2, bool has_link) |
Coulomb electrostatic force between 2 points (r_vec/r^3) More... | |
virtual double | energy (const Point3df &p1, const Point3df &p2, bool has_link) |
Coulomb energy of the force between 2 points (1/r) More... | |
![]() | |
ForceFunction () | |
virtual | ~ForceFunction () |
Utility function for sphere_distribution.
Individual Coulomb force between 2 points
Definition at line 106 of file points_distribution.h.
|
inline |
Definition at line 109 of file points_distribution.h.
|
inlinevirtual |
Definition at line 110 of file points_distribution.h.
|
virtual |
Coulomb energy of the force between 2 points (1/r)
Implements aims::PointsDistribution::ForceFunction.
|
virtual |
Coulomb electrostatic force between 2 points (r_vec/r^3)
Implements aims::PointsDistribution::ForceFunction.