26 #ifndef __vtkBrownianPoints_h
27 #define __vtkBrownianPoints_h
29 #include "vtkFiltersGeneralModule.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 *);
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
assign random vector to points
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()