Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

VectorDS.h File Reference

#include <vector>
#include <iostream>
#include "ThreadTimer.h"
#include "Point3.h"
#include "DataStructure.h"
#include "Particle.h"
#include "CollisionObject.h"
#include "Debugger.h"

Go to the source code of this file.

Namespaces

namespace  ParticleSystems

Typedefs

typedef std::vector< Particle * > allP
 A typedef for all the Particles.
typedef std::vector< Particle
* >::iterator 
pAllItt
 A typedef for an itterator for all the Particles.
typedef std::vector< Particle * > dead
 A typedef for all the dead Particles.
typedef std::vector< Particle
* >::iterator 
allDeadItt
 A typedef for an iterator for all the dead Particles.
typedef std::vector< CollisionObject * > cObjects
 A typedef for all the CollisionObjects.
typedef std::vector< CollisionObject
* >::iterator 
allcObjects
 A typedef for an itterator for all the CollisionObjects.


Typedef Documentation

typedef std::vector<CollisionObject *>::iterator ParticleSystems::allcObjects
 

A typedef for an itterator for all the CollisionObjects.

Definition at line 44 of file VectorDS.h.

typedef std::vector<Particle *>::iterator ParticleSystems::allDeadItt
 

A typedef for an iterator for all the dead Particles.

Definition at line 38 of file VectorDS.h.

typedef std::vector<Particle *> ParticleSystems::allP
 

A typedef for all the Particles.

Definition at line 29 of file VectorDS.h.

typedef std::vector<CollisionObject *> ParticleSystems::cObjects
 

A typedef for all the CollisionObjects.

Definition at line 41 of file VectorDS.h.

typedef std::vector<Particle *> ParticleSystems::dead
 

A typedef for all the dead Particles.

Definition at line 35 of file VectorDS.h.

typedef std::vector<Particle *>::iterator ParticleSystems::pAllItt
 

A typedef for an itterator for all the Particles.

Definition at line 32 of file VectorDS.h.


Generated on Thu Mar 24 11:05:02 2005 for ParticleSystem by  doxygen 1.4.1