Class that connects emitters with their corresponding particle system. More...

Public Member Functions | |
| virtual | ~Adder () |
| Virtual destructor. | |
| virtual void | AddParticle (const Particle &particle)=0 |
| Adds a particle to the system. | |
Class that connects emitters with their corresponding particle system.
Provides a virtual method that adds particles to the system.
| virtual void thor::Emitter::Adder::AddParticle | ( | const Particle & | particle | ) | [pure virtual] |
Adds a particle to the system.
| particle | Particle to add. |