#include <vtkWarpVector.h>
vtkWarpVector is a filter that modifies point coordinates by moving points along vector times the scale factor. Useful for showing flow profiles or mechanical deformation.
The filter passes both its point data and cell data to its output.
Definition at line 33 of file vtkWarpVector.h.
Public Types | |
typedef vtkPointSetAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetScaleFactor (double) |
virtual double | GetScaleFactor () |
Static Public Member Functions | |
static vtkWarpVector * | New () |
static int | IsTypeOf (const char *type) |
static vtkWarpVector * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkWarpVector () | |
~vtkWarpVector () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
double | ScaleFactor |
vtkWarpVector::vtkWarpVector | ( | ) | [protected] |
vtkWarpVector::~vtkWarpVector | ( | ) | [protected] |
static vtkWarpVector* vtkWarpVector::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkPointSetAlgorithm.
virtual const char* vtkWarpVector::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPointSetAlgorithm.
static int vtkWarpVector::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkPointSetAlgorithm.
virtual int vtkWarpVector::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkPointSetAlgorithm.
static vtkWarpVector* vtkWarpVector::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPointSetAlgorithm.
void vtkWarpVector::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 vtkPointSetAlgorithm.
virtual void vtkWarpVector::SetScaleFactor | ( | double | ) | [virtual] |
Specify value to scale displacement.
virtual double vtkWarpVector::GetScaleFactor | ( | ) | [virtual] |
Specify value to scale displacement.
int vtkWarpVector::RequestData | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkPointSetAlgorithm.
double vtkWarpVector::ScaleFactor [protected] |
Definition at line 51 of file vtkWarpVector.h.