![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
Utility function for sphere_distribution. More...
#include <aims/points_distribution/points_distribution.h>
Public Member Functions | |
MoveConstraints () | |
virtual | ~MoveConstraints () |
virtual Point3df | position (const Point3df &pt, const Point3df &f, double step) |
The default is unconstrained: just move the requested amount. More... | |
Utility function for sphere_distribution.
Add force f * step to the returned point position pt, and optionally apply some specific position constraints (stick to sphere...)
Definition at line 86 of file points_distribution.h.
|
inline |
Definition at line 89 of file points_distribution.h.
|
inlinevirtual |
Definition at line 90 of file points_distribution.h.
|
inlinevirtual |
The default is unconstrained: just move the requested amount.
Reimplemented in aims::PointsDistribution::SphereMove.
Definition at line 92 of file points_distribution.h.