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


Public Member Functions | |
| MAKE_PARTICLESTUFF_NAME () | |
| ParticleShaderDisk (Particles *ps=NULL) | |
| virtual void | attachAttributes () |
| virtual | ~ParticleShaderDisk () |
| virtual void | drawShape (int i) |
| each shader simply make a shape call for each particle | |
| int | qlen () |
| parameters | |
| void | getq (double *q) |
| Get the parameters. | |
| void | setq (double *q) |
| Set particle stuff parameters. | |
| void | qname (char **qn) |
| Get the names of the parameters. | |
Protected Attributes | |
| GLUquadricObj * | quad |
| double | radius |
| double | scale |
| int | sides |
| AdaptiveRepulsionData * | ARData |
| ImplicitInterrogator * | imp_int |
|
|
Definition at line 6 of file ParticleShaderDisk.cpp. |
|
|
Definition at line 80 of file ParticleShaderDisk.cpp. References quad. |
|
|
Reimplemented from ParticleShader. Definition at line 16 of file ParticleShaderDisk.cpp. References ARData, ParticleStuff::attachAttribute(), ParticleShader::attachAttributes(), and imp_int. |
|
|
each shader simply make a shape call for each particle
Reimplemented from ParticleShader. Definition at line 47 of file ParticleShaderDisk.cpp. References ARData, ImplicitInterrogator::getImplicit(), ParticlePosition::getPosition(), imp_int, Implicit::meanCurvature(), ParticleShader::position, quad, AdaptiveRepulsionData::r, radius, scale, and sides. |
|
|
Get the parameters. Defaults to no parameters. Reimplemented from ParticleStuff. Definition at line 29 of file ParticleShaderDisk.cpp. |
|
|
|
|
|
parameters
Reimplemented from ParticleStuff. Definition at line 24 of file ParticleShaderDisk.cpp. |
|
|
Get the names of the parameters. Defaults to no parameters. Reimplemented from ParticleStuff. Definition at line 41 of file ParticleShaderDisk.cpp. |
|
|
Set particle stuff parameters. Defaults to no parameters. Reimplemented from ParticleStuff. Definition at line 35 of file ParticleShaderDisk.cpp. |
|
|
Definition at line 24 of file ParticleShaderDisk.h. Referenced by attachAttributes(), and drawShape(). |
|
|
Definition at line 26 of file ParticleShaderDisk.h. Referenced by attachAttributes(), drawShape(), and ParticleShaderDisk(). |
|
|
Definition at line 18 of file ParticleShaderDisk.h. Referenced by drawShape(), ParticleShaderDisk(), and ~ParticleShaderDisk(). |
|
|
Definition at line 19 of file ParticleShaderDisk.h. Referenced by drawShape(), and ParticleShaderDisk(). |
|
|
Definition at line 20 of file ParticleShaderDisk.h. Referenced by drawShape(), getq(), ParticleShaderDisk(), and setq(). |
|
|
Definition at line 21 of file ParticleShaderDisk.h. Referenced by drawShape(), getq(), ParticleShaderDisk(), and setq(). |
1.3.4