Kinetic Visualization (Visualisierung 2 - S2012)
|
#include <list>
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
class | ParticleMapException |
The exception for the particle datastructure, e.g. if a particle neighbor is not present in the map. More... | |
class | ParticleMapIterator |
The iterator for the particle datastructure with some extra members, like sigma. More... | |
class | ParticleMap |
The datastructure for saving the particles. More... |
Typedefs | |
typedef std::vector< std::list < Particle * > > | Map3D |