VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkBrownianPoints Class Reference

assign random vector to points More...

#include <vtkBrownianPoints.h>

Inheritance diagram for vtkBrownianPoints:
Inheritance graph
[legend]
Collaboration diagram for vtkBrownianPoints:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkDataSetAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkBrownianPointsNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetMinimumSpeed (double)
virtual double GetMinimumSpeed ()
virtual void SetMaximumSpeed (double)
virtual double GetMaximumSpeed ()

Static Public Member Functions

static vtkBrownianPointsNew ()
static int IsTypeOf (const char *type)
static vtkBrownianPointsSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkBrownianPoints ()
 ~vtkBrownianPoints ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

double MinimumSpeed
double MaximumSpeed

Detailed Description

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.

See also:
vtkRandomAttributeGenerator
Tests:
vtkBrownianPoints (Tests)

Definition at line 35 of file vtkBrownianPoints.h.


Member Typedef Documentation

Reimplemented from vtkDataSetAlgorithm.

Definition at line 41 of file vtkBrownianPoints.h.


Constructor & Destructor Documentation

vtkBrownianPoints::~vtkBrownianPoints ( ) [inline, protected]

Definition at line 58 of file vtkBrownianPoints.h.


Member Function Documentation

Create instance with minimum speed 0.0, maximum speed 1.0.

Reimplemented from vtkDataSetAlgorithm.

static int vtkBrownianPoints::IsTypeOf ( const char *  name) [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkDataSetAlgorithm.

virtual int vtkBrownianPoints::IsA ( const char *  name) [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkDataSetAlgorithm.

Reimplemented from vtkDataSetAlgorithm.

virtual vtkObjectBase* vtkBrownianPoints::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkDataSetAlgorithm.

Reimplemented from vtkDataSetAlgorithm.

void vtkBrownianPoints::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkDataSetAlgorithm.

virtual void vtkBrownianPoints::SetMinimumSpeed ( double  ) [virtual]

Set the minimum speed value.

Set the minimum speed value.

virtual void vtkBrownianPoints::SetMaximumSpeed ( double  ) [virtual]

Set the maximum speed value.

Set the maximum speed value.

virtual int vtkBrownianPoints::RequestData ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [protected, virtual]

This is called within ProcessRequest when a request asks the algorithm to do its work. This is the method you should override to do whatever the algorithm is designed to do. This happens during the fourth pass in the pipeline execution process.

Reimplemented from vtkDataSetAlgorithm.


Member Data Documentation

Definition at line 61 of file vtkBrownianPoints.h.

Definition at line 62 of file vtkBrownianPoints.h.


The documentation for this class was generated from the following file: