deform geometry by warping towards a point
More...
#include <vtkWarpTo.h>
Inherits vtkPointSetAlgorithm.
deform geometry by warping towards a point
vtkWarpTo is a filter that modifies point coordinates by moving the points towards a user specified position.
- Tests:
- vtkWarpTo (Tests)
Definition at line 31 of file vtkWarpTo.h.
vtkWarpTo::~vtkWarpTo |
( |
| ) |
|
|
inlineprotected |
static int vtkWarpTo::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkWarpTo::IsA |
( |
const char * |
type | ) |
|
|
virtual |
static vtkWarpTo* vtkWarpTo::SafeDownCast |
( |
vtkObjectBase * |
o | ) |
|
|
static |
virtual vtkObjectBase* vtkWarpTo::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkWarpTo::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkWarpTo::SetScaleFactor |
( |
double |
| ) |
|
|
virtual |
Set/Get the value to scale displacement.
virtual double vtkWarpTo::GetScaleFactor |
( |
| ) |
|
|
virtual |
Set/Get the value to scale displacement.
virtual double* vtkWarpTo::GetPosition |
( |
| ) |
|
|
virtual |
Set/Get the position to warp towards.
virtual void vtkWarpTo::GetPosition |
( |
double |
data[3] | ) |
|
|
virtual |
Set/Get the position to warp towards.
virtual void vtkWarpTo::SetPosition |
( |
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| |
|
virtual |
Set/Get the position to warp towards.
virtual void vtkWarpTo::SetPosition |
( |
double |
[3] | ) |
|
|
virtual |
Set/Get the position to warp towards.
virtual void vtkWarpTo::SetAbsolute |
( |
int |
| ) |
|
|
virtual |
Set/Get the Absolute ivar. Turning Absolute on causes scale factor of the new position to be one unit away from Position.
virtual int vtkWarpTo::GetAbsolute |
( |
| ) |
|
|
virtual |
Set/Get the Absolute ivar. Turning Absolute on causes scale factor of the new position to be one unit away from Position.
virtual void vtkWarpTo::AbsoluteOn |
( |
| ) |
|
|
virtual |
Set/Get the Absolute ivar. Turning Absolute on causes scale factor of the new position to be one unit away from Position.
virtual void vtkWarpTo::AbsoluteOff |
( |
| ) |
|
|
virtual |
Set/Get the Absolute ivar. Turning Absolute on causes scale factor of the new position to be one unit away from Position.
int vtkWarpTo::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
int vtkWarpTo::RequestDataObject |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protected |
int vtkWarpTo::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
double vtkWarpTo::ScaleFactor |
|
protected |
double vtkWarpTo::Position[3] |
|
protected |
The documentation for this class was generated from the following file: