Public Member Functions
thor::EmissionInterface Class Reference

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

Inheritance diagram for thor::EmissionInterface:
thor::ParticleSystem

List of all members.

Public Member Functions

virtual ~EmissionInterface ()
 Virtual destructor.
virtual void emitParticle (const Particle &particle)=0
 Emits a particle into the particle system.

Detailed Description

Class that connects emitters with their corresponding particle system.

This class acts as an interface from emitters to particle systems. A single method to emit particles is provided.


Member Function Documentation

virtual void thor::EmissionInterface::emitParticle ( const Particle particle) [pure virtual]

Emits a particle into the particle system.

Parameters:
particleParticle to emit.

The documentation for this class was generated from the following file: