#include <glotzutil.h>#include <string>Namespaces | |
| namespace | glotzmd |
Typedefs | |
| typedef glotzutil::ManagedList < InteractingObject * > | glotzmd::ObjectList |
| A list for holding InteractingObjects. | |
| typedef glotzutil::ManagedList < Bead * > | glotzmd::BeadList |
| A list for holding Beads. | |
| typedef glotzutil::ManagedList < Spring * > | glotzmd::SpringList |
| A list for holding Springs. | |
| typedef glotzutil::ManagedList < RigidBody * > | glotzmd::RigidBodyList |
| A list for holding RigidBodies. | |
| typedef glotzutil::ManagedList < Particle * > | glotzmd::ParticleList |
| A list for holding Particles. | |
| typedef glotzutil::ManagedList < Potential * > | glotzmd::PotentialList |
| A list for holding Potentials. | |
| typedef glotzutil::ManagedList < BaseObject * > | glotzmd::BaseObjectList |
| A list for holding Simulation Objects. | |
| typedef glotzutil::ManagedList < SimulationModifier * > | glotzmd::SimulationModifierList |
| A list for holding SimulationModifiers. | |
| typedef std::map < int, Potential * > | glotzmd::PotentialMap |
| typedef std::map < int, Potential * > ::iterator | glotzmd::PotentialIterator |
| typedef std::map < int, Potential * > ::const_iterator | glotzmd::PotentialConstIterator |
| typedef std::vector < int > | glotzmd::ErrorList |
| typedef Simulation | glotzmd::MDSimulation |
1.5.3