46#ifndef vtkBrownianPoints_h
47#define vtkBrownianPoints_h
50#include "vtkFiltersGeneralModule.h"
68 vtkGetMacro(MinimumSpeed,
double);
76 vtkGetMacro(MaximumSpeed,
double);
assign random vector to points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
static vtkBrownianPoints * New()
Create instance with minimum speed 0.0, maximum speed 1.0.
~vtkBrownianPoints() override=default
Superclass for algorithms that produce output of the same type as input.
a simple class to control print indentation