vtkWarpTo - deform geometry by warping towards a point
Super Class: vtkPointSetToPointSetFilter
Description:
vtkWarpTo is a filter that modifies point coordinates by moving the points towards a user specified position.
Methods:
void vtkWarpTo () | |
static vtkWarpTo *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void SetScaleFactor (float ) | |
float GetScaleFactor () | |
float *GetPosition () | |
void SetPosition (float ,float ,float ) | |
void SetPosition (float *) | |
void SetAbsolute (int ) | |
int GetAbsolute () | |
void AbsoluteOn () | |
void AbsoluteOff () | |
void Execute () |
Detailed Method Descriptions:
void SetScaleFactor (float ) | |
float GetScaleFactor () |
float *GetPosition () | |
void SetPosition (float ,float ,float ) | |
void SetPosition (float *) |
void SetAbsolute (int ) | |
int GetAbsolute () | |
void AbsoluteOn () | |
void AbsoluteOff () |