Animation of point particles along streamline.  
More...
#include <MeshViz/3Ddata/PoStreamPointMotion.h>
  
 Public Member Functions | |
| virtual SoType | getTypeId () const | 
| virtual const SoNodekitCatalog * | getNodekitCatalog () const | 
| PoStreamPointMotion () | |
| virtual void | rebuild () | 
Static Public Member Functions | |
| static SoType | getClassTypeId () | 
| static const SoNodekitCatalog * | getClassNodekitCatalog () | 
Public Attributes | |
| SoSFFloat | pointSize | 
 Animation of point particles along streamline. 
Class for animation of particles along streamlines on a mesh. The animation is done as described in PoStreamParticleMotion. A point of which size is pointSize represents each particle.
| pointSize | 3.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 | 
| PoStreamPointMotion::PoStreamPointMotion | ( | ) | 
Constructor.
| static const SoNodekitCatalog* PoStreamPointMotion::getClassNodekitCatalog | ( | ) |  [static] | 
        
Returns the SoNodekitCatalog for this class.
Reimplemented from PoStreamParticleMotion.
| static SoType PoStreamPointMotion::getClassTypeId | ( | ) |  [static] | 
        
Returns the type identifier for this class.
Reimplemented from PoStreamParticleMotion.
| virtual const SoNodekitCatalog* PoStreamPointMotion::getNodekitCatalog | ( | ) |  const [virtual] | 
        
Returns the SoNodekitCatalog for this instance.
Reimplemented from PoStreamParticleMotion.
| virtual SoType PoStreamPointMotion::getTypeId | ( | ) |  const [virtual] | 
        
Returns the type identifier for this specific instance.
Reimplemented from PoStreamParticleMotion.
| virtual void PoStreamPointMotion::rebuild | ( | ) |  [virtual] | 
        
Convenience field to set the point size attribute.
3.0 by default.