Animation of sphere particles along streamline.
More...
#include <MeshViz/3Ddata/PoStreamSphereMotion.h>
Public Member Functions | |
| virtual SoType | getTypeId () const |
| virtual const SoNodekitCatalog * | getNodekitCatalog () const |
| PoStreamSphereMotion () | |
| virtual void | rebuild () |
Static Public Member Functions | |
| static SoType | getClassTypeId () |
| static const SoNodekitCatalog * | getClassNodekitCatalog () |
Public Attributes | |
| SoSFFloat | sphereRadius |
Animation of sphere particles along streamline.
This class realizes animation as described in PoStreamParticleMotion. A sphere of which radius is sphereRadius represents each particle.
| sphereRadius | 1.0 |
| pulseFrequency | 5 |
| shiftStart | 0.0 |
| timeStep | 1.0 |
| isStartRandomized | TRUE |
| isBlinking | TRUE |
| viewFrame | 0 |
| blinkSpeed | 3.0 |
| startPoints | SbVec3f(0,0,0) |
| maxLifetime | 0 (i.e. infinite) |
| maxLength | 0 (i.e. infinite) |
| minSpeed | 0 (i.e. infinite) |
| integrationStepLengthFactor | 0.3 |
| integrationMaxStepNumber | 0 (i.e. infinite) |
| integrationDirection | FORWARD |
| colors | (SbColor(1,0,0) |
| coloringType | COLOR_INHERITED |
| valuesIndex | -1 |
| valuesIndexForCellFilter | -1 |
| vecsIndex | -1 |
| moduleDataMapping | NULL |
| PoStreamSphereMotion::PoStreamSphereMotion | ( | ) |
Constructor.
| static const SoNodekitCatalog* PoStreamSphereMotion::getClassNodekitCatalog | ( | ) | [static] |
Returns the SoNodekitCatalog for this class.
Reimplemented from PoStreamParticleMotion.
| static SoType PoStreamSphereMotion::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from PoStreamParticleMotion.
| virtual const SoNodekitCatalog* PoStreamSphereMotion::getNodekitCatalog | ( | ) | const [virtual] |
Returns the SoNodekitCatalog for this instance.
Reimplemented from PoStreamParticleMotion.
| virtual SoType PoStreamSphereMotion::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from PoStreamParticleMotion.
| virtual void PoStreamSphereMotion::rebuild | ( | ) | [virtual] |
Defines the radius of each sphere drawn.
1.0 by default.