24#ifndef _PO_STREAMTADPOLEMOTION_
25#define _PO_STREAMTADPOLEMOTION_
27#include <MeshViz/3Ddata/PoStreamParticleMotion.h>
28#include <Inventor/fields/SoSFFloat.h>
29#include <Inventor/fields/SoSFColor.h>
95 SO_KIT_CATALOG_ENTRY_HEADER(groupStreamTadpoleMotion) ;
133 static void initClass() ;
134 static void exitClass() ;
141 virtual void setDefaultOnNonWritingFields();
146 FieldSensorList m_fieldSensorList ;
158 void newFrame(
SoGroup *frame,
int frame_ind);
159 void endFrame(
SoGroup *frame,
int frame_ind);
160 void newLine(
SoGroup *line,
int line_ind);
161 void endLine(
SoGroup *line,
int line_ind);
SoSFColor backColor
Background color applied on the end points of each segment.
SoSFFloat lengthFactor
Length factor applied to the velocity.
SoSFColor particleColor
Color used at the middle point of each segment.
SoSFFloat width
Width of each tadpole segment.
virtual void rebuild()
Forces node-kit rebuilding.
PoStreamTadpoleMotion()
Constructor.
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.