|
SPH
|
Holds information about a neighbour particles. More...
#include <NeighbourFinder.h>
Public Member Functions | |
| bool | operator!= (const NeighbourRecord &other) const |
| bool | operator< (const NeighbourRecord &other) const |
| Sort by the distance. More... | |
Public Attributes | |
| Size | index |
| Index of particle in the storage. More... | |
| Float | distanceSqr |
| Squared distance of the particle from the queried particle / position. More... | |
Holds information about a neighbour particles.
Definition at line 18 of file NeighbourFinder.h.
|
inline |
Definition at line 25 of file NeighbourFinder.h.
|
inline |
Sort by the distance.
Definition at line 30 of file NeighbourFinder.h.
| Float NeighbourRecord::distanceSqr |
Squared distance of the particle from the queried particle / position.
Definition at line 23 of file NeighbourFinder.h.
| Size NeighbourRecord::index |
Index of particle in the storage.
Definition at line 20 of file NeighbourFinder.h.