#include <vtkWarpTo.h>
Inheritance diagram for vtkWarpTo:
vtkWarpTo is a filter that modifies point coordinates by moving the points towards a user specified position.
Definition at line 30 of file vtkWarpTo.h.
Public Types | |
typedef vtkPointSetAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetScaleFactor (double) |
virtual double | GetScaleFactor () |
virtual double * | GetPosition () |
virtual void | GetPosition (double data[3]) |
virtual void | SetPosition (double, double, double) |
virtual void | SetPosition (double[3]) |
virtual void | SetAbsolute (int) |
virtual int | GetAbsolute () |
virtual void | AbsoluteOn () |
virtual void | AbsoluteOff () |
Static Public Member Functions | |
static vtkWarpTo * | New () |
static int | IsTypeOf (const char *type) |
static vtkWarpTo * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkWarpTo () | |
~vtkWarpTo () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
double | ScaleFactor |
double | Position [3] |
int | Absolute |
|
Reimplemented from vtkPointSetAlgorithm. Definition at line 34 of file vtkWarpTo.h. |
|
|
|
Definition at line 59 of file vtkWarpTo.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkPointSetAlgorithm. |
|
Reimplemented from vtkPointSetAlgorithm. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPointSetAlgorithm. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPointSetAlgorithm. |
|
Reimplemented from vtkPointSetAlgorithm. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkPointSetAlgorithm. |
|
Set/Get the value to scale displacement. |
|
|
|
Set/Get the position to warp towards. |
|
Set/Get the position to warp towards. |
|
Set/Get the position to warp towards. |
|
Set/Get the position to warp towards. |
|
Set/Get the Absolute ivar. Turning Absolute on causes scale factor of the new position to be one unit away from Position. |
|
Set/Get the Absolute ivar. Turning Absolute on causes scale factor of the new position to be one unit away from Position. |
|
Set/Get the Absolute ivar. Turning Absolute on causes scale factor of the new position to be one unit away from Position. |
|
Set/Get the Absolute ivar. Turning Absolute on causes scale factor of the new position to be one unit away from Position. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkPointSetAlgorithm. |
|
Definition at line 62 of file vtkWarpTo.h. |
|
Definition at line 63 of file vtkWarpTo.h. |
|
Definition at line 64 of file vtkWarpTo.h. |