102 SO_KIT_HEADER(PoStreamParticleMotion) ;
154 static void initClass() ;
155 static void exitClass() ;
158 PoStreamParticleMotion();
161 virtual ~PoStreamParticleMotion() ;
164 virtual void setDefaultOnNonWritingFields();
167 void saveSpeed(PiStreamPath &stream_path,
SbVec3f &speed);
168 void saveTime(PiStreamPath &stream_path,
float time);
170 void rebuildFrames(
const SbString& part_name );
173 SbBool fieldsHaveChanged();
175 PiStreamPath *m_streamPath;
176 int m_allocStreamPath;
179 FieldSensorList m_fieldSensorList ;
191 virtual void newFrame(
SoGroup *frame,
int frame_ind);
192 virtual void endFrame(
SoGroup *frame,
int frame_ind);
193 virtual void newLine(
SoGroup *line,
int line_ind);
194 virtual void endLine(
SoGroup *line,
int line_ind);
SoSFInt32 pulseFrequency
Number of frames to be visualized during an animation cycle.
SoSFInt32 viewFrame
Visualized frame index (used only if isBlinking is FALSE).
SoSFFloat shiftStart
Duration from which the first position on the streamline is calculated.
SoSFFloat blinkSpeed
Number of animation's cycles per second.
SoSFBool isBlinking
Stop the animation if isBlinking is FALSE.
SoSFFloat timeStep
Time step between 2 consecutive points of a streamline.
SoSFBool isStartRandomized
Set it to TRUE prevents each first position of the different streamlines to start simultaneously.