assign random vector to points
More...
#include <vtkBrownianPoints.h>
Inherits vtkDataSetAlgorithm.
assign random vector to points
vtkBrownianPoints is a filter object that assigns a random vector (i.e., magnitude and direction) to each point. The minimum and maximum speed values can be controlled by the user.
- Tests:
- vtkBrownianPoints (Tests)
Definition at line 32 of file vtkBrownianPoints.h.
vtkBrownianPoints::vtkBrownianPoints |
( |
| ) |
|
|
protected |
vtkBrownianPoints::~vtkBrownianPoints |
( |
| ) |
|
|
inlineprotected |
Create instance with minimum speed 0.0, maximum speed 1.0.
static int vtkBrownianPoints::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkBrownianPoints::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkBrownianPoints::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkBrownianPoints::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkBrownianPoints::SetMinimumSpeed |
( |
double |
| ) |
|
|
virtual |
Set the minimum speed value.
virtual double vtkBrownianPoints::GetMinimumSpeed |
( |
| ) |
|
|
virtual |
Set the minimum speed value.
virtual void vtkBrownianPoints::SetMaximumSpeed |
( |
double |
| ) |
|
|
virtual |
Set the maximum speed value.
virtual double vtkBrownianPoints::GetMaximumSpeed |
( |
| ) |
|
|
virtual |
Set the maximum speed value.
virtual int vtkBrownianPoints::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
double vtkBrownianPoints::MinimumSpeed |
|
protected |
double vtkBrownianPoints::MaximumSpeed |
|
protected |
The documentation for this class was generated from the following file: