|
Momentum Scripting v1
|
#include <ParticleDistribution.h>
Public Member Functions | |
| unsigned int | getNumParticleModels () |
| ParticleModelVector | getParticleModels () const |
| std::shared_ptr< ParticleModel > | getRandomModel () |
Friends | |
| class | GranularBodySystem |
| class | Simulation |
A wrapper class for a ParticleDistribution of ParticleModels.
It is primary used in Emitters to create continuous flows of particles based on the models within.
| unsigned int MOMENTUM_NAMESPACE::ParticleDistribution::getNumParticleModels | ( | ) |
| ParticleModelVector MOMENTUM_NAMESPACE::ParticleDistribution::getParticleModels | ( | ) | const |
| std::shared_ptr< ParticleModel > MOMENTUM_NAMESPACE::ParticleDistribution::getRandomModel | ( | ) |
|
friend |
|
friend |