Man Page for vtkStreamPoints
Table of Contents

NAME

vtkStreamPoints - generate points along streamer separated by constant time increment

SYNOPSIS


#include "/opt/vtk-c++/graphics/vtkStreamPoints.h"

class VTK_EXPORT vtkStreamPoints : public vtkStreamer

vtkStreamPoints();
static vtkStreamPoints *New() {return new vtkStreamPoints;};
const char *GetClassName() {return "vtkStreamPoints";};
void PrintSelf(ostream& os, vtkIndent indent);
void SetTimeIncrement(float);
float GetTimeIncrement();

DESCRIPTION

vtkStreamPoints is a filter that generates points along a streamer. The points are separated by a constant time increment. The resulting visual effect (especially when coupled with vtkGlyph3D) is an indication of particle speed.

SEE ALSO

vtkStreamer vtkStreamLine vtkDashedStreamLine

SUMMARY

void SetTimeIncrement(float)
Specify the separation of points in terms of absolute time.

vtkStreamPoints()
Construct object with time increment set to 1.0.


Table of Contents