Representation of a surface connecting several streamlines.
More...
#include <MeshViz/3Ddata/PoStreamSurface.h>
Public Member Functions | |
| virtual SoType | getTypeId () const |
| virtual const SoNodekitCatalog * | getNodekitCatalog () const |
| PoStreamSurface () | |
| virtual void | rebuild () |
Static Public Member Functions | |
| static SoType | getClassTypeId () |
| static const SoNodekitCatalog * | getClassNodekitCatalog () |
Public Attributes | |
| SoMFVec3f | rakeOrientation |
| SoSFInt32 | numLinesPerRake |
| SoSFFloat | rakeLength |
Representation of a surface connecting several streamlines.
Class to build surfaces which represent stream-surfaces. It connects several streamlines to build a stream-surface. The source of each stream-surface is a rake for which the middle point is defined by startPoints. numLinesPerRake streamlines start from each segment.
Each surface is made up of numLinesPerRake * N points, where N is the smallest point number of all the numLinesPerRake streamline.
| rakeOrientation | SbVec3f(1,0,0) |
| numLinesPerRake | 3 |
| rakeLength | 1 |
| 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 |
| PoStreamSurface::PoStreamSurface | ( | ) |
Constructor.
| static const SoNodekitCatalog* PoStreamSurface::getClassNodekitCatalog | ( | ) | [static] |
Returns the SoNodekitCatalog for this class.
Reimplemented from PoBaseStreamLine.
| static SoType PoStreamSurface::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from PoBaseStreamLine.
| virtual const SoNodekitCatalog* PoStreamSurface::getNodekitCatalog | ( | ) | const [virtual] |
Returns the SoNodekitCatalog for this instance.
Reimplemented from PoBaseStreamLine.
| virtual SoType PoStreamSurface::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from PoBaseStreamLine.
| virtual void PoStreamSurface::rebuild | ( | ) | [virtual] |
Number of point sources per rake.
For each rake-sources, numLinesPerRake streamlines are calculated and are connected by a quad mesh to form a stream- surface. 3 by default.
Length of each rake-source.
1 by default.
Orientation of the rake-sources.
SbVec3f(1,0,0) by default.