26 #ifndef __vtkBrownianPoints_h
27 #define __vtkBrownianPoints_h
29 #include "vtkFiltersGeneralModule.h"
30 #include "vtkDataSetAlgorithm.h"
39 void PrintSelf(ostream& os, vtkIndent indent);
43 vtkSetClampMacro(MinimumSpeed,
double,0.0,VTK_DOUBLE_MAX);
44 vtkGetMacro(MinimumSpeed,
double);
49 vtkSetClampMacro(MaximumSpeed,
double,0.0,VTK_DOUBLE_MAX);
50 vtkGetMacro(MaximumSpeed,
double);
57 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
assign random vector to points