MPS-Basic
|
Class for neighbor particle. More...
#include <particle.hpp>
Public Member Functions | |
Neighbor (int id, double distance) | |
Public Attributes | |
int | id |
index of the neighbor particle | |
double | distance |
distance between the particle and the neighbor particle | |
Class for neighbor particle.
Definition at line 32 of file particle.hpp.
|
inline |
Definition at line 38 of file particle.hpp.
int Neighbor::id |
index of the neighbor particle
Definition at line 35 of file particle.hpp.
double Neighbor::distance |
distance between the particle and the neighbor particle
Definition at line 36 of file particle.hpp.