vtkWarpVector - deform geometry with vector data
Super Class: vtkPointSetToPointSetFilter
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. The filter passes both its point data and cell data to its output.
Methods:
void vtkWarpVector () | |
static vtkWarpVector *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void SetScaleFactor (float ) | |
float GetScaleFactor () | |
void Execute () |
Detailed Method Descriptions:
void SetScaleFactor (float ) | |
float GetScaleFactor () |