24#ifndef _PO_STREAMLINEMOTION_
25#define _PO_STREAMLINEMOTION_
27#include <MeshViz/3Ddata/PoStreamParticleMotion.h>
28#include <Inventor/fields/SoSFFloat.h>
29#include <Inventor/fields/SoSFColor.h>
82 SO_KIT_CATALOG_ENTRY_HEADER(groupStreamLineMotion) ;
118 static void initClass() ;
119 static void exitClass() ;
125 virtual void setDefaultOnNonWritingFields();
129 FieldSensorList m_fieldSensorList ;
141 void newFrame(
SoGroup *frame,
int frame_ind);
142 void endFrame(
SoGroup *frame,
int frame_ind);
143 void newLine(
SoGroup *line,
int line_ind);
144 void endLine(
SoGroup *line,
int line_ind);
SoSFColor lineColor
Color of each streamlines.
SoSFFloat lineWidth
Convenience field to set the width line attribute of each streamline drawn.
PoStreamLineMotion()
Constructor.
SoSFColor particleColor
Color of the particles that move along the streamline.
virtual void rebuild()
Forces node-kit rebuilding.
Maintains a list of pointers to fields.
Base class for all group nodes.
Multiple-value field containing any number of RGB colors stored as three floats.
Field containing an RGB color.
Field containing a floating-point value.