NAME
vtkWarpVector - deform geometry with vector data
SYNOPSIS
#include "/opt/vtk-c++/graphics/vtkWarpVector.h"
class VTK_EXPORT vtkWarpVector : public vtkPointSetToPointSetFilter
vtkWarpVector() : ScaleFactor(1.0) {};
static vtkWarpVector *New() {return new vtkWarpVector;};
const char *GetClassName() {return "vtkWarpVector";};
void PrintSelf(ostream& os, vtkIndent indent);
void SetScaleFactor(float);
float GetScaleFactor();
DESCRIPTION
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.
SUMMARY
void SetScaleFactor(float)
Specify value to scale displacement.