52 #ifndef __vtkStreamLine_h
53 #define __vtkStreamLine_h
55 #include "vtkFiltersFlowPathsModule.h"
62 void PrintSelf(ostream& os, vtkIndent indent);
71 vtkSetClampMacro(StepLength,
double,0.000001,VTK_DOUBLE_MAX);
72 vtkGetMacro(StepLength,
double);
80 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
abstract object implements integration of massless particle through vector field
generate streamline in arbitrary dataset
void PrintSelf(ostream &os, vtkIndent indent)