Documentation for vtkWarpTo

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:

Set/Get the value to scale displacement.

void SetScaleFactor (float )
float GetScaleFactor ()

Set/Get the position to warp towards.

float *GetPosition ()
void SetPosition (float ,float ,float )
void SetPosition (float *)

Set/Get the Absolute ivar. Turning Absolute on causes scale factor of the new position to be one unit away from Position.

void SetAbsolute (int )
int GetAbsolute ()
void AbsoluteOn ()
void AbsoluteOff ()