VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkWarpTo Class Reference

deform geometry by warping towards a point More...

#include <vtkWarpTo.h>

Inherits vtkPointSetAlgorithm.

Public Types

typedef vtkPointSetAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkWarpToNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
int FillInputPortInformation (int port, vtkInformation *info)
 
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 vtkWarpToNew ()
 
static int IsTypeOf (const char *type)
 
static vtkWarpToSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkWarpTo ()
 
 ~vtkWarpTo ()
 
int RequestDataObject (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 

Protected Attributes

double ScaleFactor
 
double Position [3]
 
int Absolute
 

Detailed Description

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.

Member Typedef Documentation

typedef vtkPointSetAlgorithm vtkWarpTo::Superclass

Definition at line 35 of file vtkWarpTo.h.

Constructor & Destructor Documentation

vtkWarpTo::vtkWarpTo ( )
protected
vtkWarpTo::~vtkWarpTo ( )
inlineprotected

Definition at line 62 of file vtkWarpTo.h.

Member Function Documentation

static vtkWarpTo* vtkWarpTo::New ( )
static
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
vtkWarpTo* vtkWarpTo::NewInstance ( ) const
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

Member Data Documentation

double vtkWarpTo::ScaleFactor
protected

Definition at line 70 of file vtkWarpTo.h.

double vtkWarpTo::Position[3]
protected

Definition at line 71 of file vtkWarpTo.h.

int vtkWarpTo::Absolute
protected

Definition at line 72 of file vtkWarpTo.h.


The documentation for this class was generated from the following file: