#include "PEnums.h"
#include "PSpaceManager.h"
Go to the source code of this file.
Classes | |
| class | PGrid |
Typedefs | |
| typedef bool(*) | CollisionMetric (const PAtom *, const PAtom *) |
| typedef bool(*) CollisionMetric(const PAtom *, const PAtom *) |
An implementation of PSpaceManager, PGrid represents a grid of atoms; it allows for efficient collision detection, among other methods.
1.5.1