List of all members | Public Member Functions
thor::EmissionInterface Class Referenceabstract

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

Inheritance diagram for thor::EmissionInterface:
Inheritance graph

Public Member Functions

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

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: