Representation of streamlines on a mesh. More...
#include <MeshViz/3Ddata/PoStreamLine.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
virtual const SoNodekitCatalog * | getNodekitCatalog () const |
PoStreamLine () | |
virtual void | rebuild () |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static const SoNodekitCatalog * | getClassNodekitCatalog () |
Public Attributes | |
SoSFFloat | lineWidth |
This class builds a line for each streamline starting from PoBaseStreamLine::startPoints.
lineWidth | 2.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 |
PoStreamLine::PoStreamLine | ( | ) |
Constructor.
static const SoNodekitCatalog* PoStreamLine::getClassNodekitCatalog | ( | ) | [static] |
Returns the SoNodekitCatalog for this class.
Reimplemented from PoBaseStreamLine.
static SoType PoStreamLine::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from PoBaseStreamLine.
virtual const SoNodekitCatalog* PoStreamLine::getNodekitCatalog | ( | ) | const [virtual] |
Returns the SoNodekitCatalog for this instance.
Reimplemented from PoBaseStreamLine.
virtual SoType PoStreamLine::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from PoBaseStreamLine.
virtual void PoStreamLine::rebuild | ( | ) | [virtual] |
Convenience field to set the width line attribute of each streamline drawn.
2.0 by default.