#include <ParticleVelocity.h>
Inheritance diagram for ParticleVelocity:


Public Member Functions | |
| MAKE_PARTICLESTUFF_NAME () | |
| ParticleVelocity (Particles *ps=NULL, std::string name=std::string("ParticleVelocity")) | |
| Add paritcle orientation to a system of particles. | |
| virtual void | particleAdded (unsigned int i) |
| Callback for particle addition. | |
| virtual void | particleRemoved (unsigned int i) |
| Callback for particle removal. | |
| int | qlenpp () |
| # of parameters per particle | |
| void | getqpp (double *q, int i) |
| Get the per-particle parameters. | |
| void | setqpp (double *q, int i) |
| Set per-particle parameters. | |
| void | qnamepp (char **qn) |
| Get the names of the per-particle parameters. | |
Public Attributes | |
| std::vector< gmVector3 > | v |
| ParticleVelocity. | |
|
||||||||||||
|
Add paritcle orientation to a system of particles.
Definition at line 15 of file ParticleVelocity.cpp. References Particles::size(), and v. |
|
||||||||||||
|
Get the per-particle parameters. Defaults to no parameters. Second parameter is the particle index Reimplemented from ParticleStuff. Definition at line 46 of file ParticleVelocity.cpp. References v. |
|
|
|
|
|
Callback for particle addition.
Reimplemented from ParticleStuff. Definition at line 26 of file ParticleVelocity.cpp. References v. |
|
|
Callback for particle removal.
Reimplemented from ParticleStuff. Definition at line 36 of file ParticleVelocity.cpp. References v. |
|
|
# of parameters per particle
Reimplemented from ParticleStuff. Definition at line 42 of file ParticleVelocity.cpp. |
|
|
Get the names of the per-particle parameters. Defaults to no parameters. Reimplemented from ParticleStuff. Definition at line 58 of file ParticleVelocity.cpp. |
|
||||||||||||
|
Set per-particle parameters. Defaults to no parameters. Second parameter is the particle index Reimplemented from ParticleStuff. Definition at line 52 of file ParticleVelocity.cpp. References v. |
|
1.3.4