|
ESyS-Particle
2.3.4
|
Compares distance of 2 particles to a 3rd particle. More...
#include <SimpleParticle.h>

Public Member Functions | |
| ParticleComparer (const SimpleParticle &) | |
| bool | operator() (const SimpleParticle &, const SimpleParticle &) const |
| bool | operator() (const SimpleParticle *, const SimpleParticle *) const |
Private Attributes | |
| const SimpleParticle * | m_pParticle |
Compares distance of 2 particles to a 3rd particle.
$Date$ $Revision$
|
inline |
Construct a comparison object for distances to a given particle.
| particle |
|
inline |
| p1 | |
| p2 |
References SimpleParticle::getPos(), SimpleParticle::getRad(), and m_pParticle.

|
inline |
| p1 | |
| p2 |
|
private |
Referenced by operator()().