30 #ifndef __vtkStreamPoints_h
31 #define __vtkStreamPoints_h
33 #include "vtkFiltersFlowPathsModule.h"
40 void PrintSelf(ostream& os, vtkIndent indent);
47 vtkSetClampMacro(TimeIncrement,
double,0.000001,VTK_DOUBLE_MAX);
48 vtkGetMacro(TimeIncrement,
double);
56 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
generate points along streamer separated by constant time increment
abstract object implements integration of massless particle through vector field
void PrintSelf(ostream &os, vtkIndent indent)