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


Public Member Functions | |
| MAKE_PARTICLESTUFF_NAME () | |
| 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. | |
| GeneAttribute (Particles *ps=NULL) | |
Public Attributes | |
| std::vector< double[28]> | dimensions |
|
|
Definition at line 10 of file GeneAttribute.cpp. |
|
||||||||||||
|
Get the per-particle parameters. Defaults to no parameters. Second parameter is the particle index Reimplemented from ParticleStuff. Definition at line 20 of file GeneAttribute.cpp. References dimensions. |
|
|
|
|
|
# of parameters per particle
Reimplemented from ParticleStuff. Definition at line 15 of file GeneAttribute.cpp. |
|
|
Get the names of the per-particle parameters. Defaults to no parameters. Reimplemented from ParticleStuff. Definition at line 32 of file GeneAttribute.cpp. |
|
||||||||||||
|
Set per-particle parameters. Defaults to no parameters. Second parameter is the particle index Reimplemented from ParticleStuff. Definition at line 26 of file GeneAttribute.cpp. References dimensions. |
|
|
Definition at line 18 of file GeneAttribute.h. |
1.3.4