Bromeon
Public Member Functions
thor::Emitter::Adder Struct Reference

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

Inheritance diagram for thor::Emitter::Adder:
Inheritance graph

List of all members.

Public Member Functions

virtual ~Adder ()
 Virtual destructor.
virtual void AddParticle (const Particle &particle)=0
 Adds a particle to the system.

Detailed Description

Class that connects emitters with their corresponding particle system.

Provides a virtual method that adds particles to the system.


Member Function Documentation

virtual void thor::Emitter::Adder::AddParticle ( const Particle particle) [pure virtual]

Adds a particle to the system.

Parameters:
particleParticle to add.

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