VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkWarpVector Class Reference

deform geometry with vector data More...

#include <vtkWarpVector.h>

Inheritance diagram for vtkWarpVector:
Inheritance graph
[legend]
Collaboration diagram for vtkWarpVector:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkPointSetAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkWarpVectorNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
int FillInputPortInformation (int port, vtkInformation *info)
virtual void SetScaleFactor (double)
virtual double GetScaleFactor ()

Static Public Member Functions

static vtkWarpVectorNew ()
static int IsTypeOf (const char *type)
static vtkWarpVectorSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkWarpVector ()
 ~vtkWarpVector ()
int RequestDataObject (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

double ScaleFactor

Detailed Description

deform geometry with vector data

vtkWarpVector is a filter that modifies point coordinates by moving points along vector times the scale factor. Useful for showing flow profiles or mechanical deformation.

The filter passes both its point data and cell data to its output.

Examples:
vtkWarpVector (Examples)
Tests:
vtkWarpVector (Tests)

Definition at line 37 of file vtkWarpVector.h.


Member Typedef Documentation

Reimplemented from vtkPointSetAlgorithm.

Definition at line 41 of file vtkWarpVector.h.


Constructor & Destructor Documentation


Member Function Documentation

static vtkWarpVector* vtkWarpVector::New ( ) [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkPointSetAlgorithm.

static int vtkWarpVector::IsTypeOf ( const char *  name) [static]

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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkPointSetAlgorithm.

virtual int vtkWarpVector::IsA ( const char *  name) [virtual]

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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkPointSetAlgorithm.

Reimplemented from vtkPointSetAlgorithm.

virtual vtkObjectBase* vtkWarpVector::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkPointSetAlgorithm.

Reimplemented from vtkPointSetAlgorithm.

void vtkWarpVector::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

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.

virtual void vtkWarpVector::SetScaleFactor ( double  ) [virtual]

Specify value to scale displacement.

virtual double vtkWarpVector::GetScaleFactor ( ) [virtual]

Specify value to scale displacement.

Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkPointSetAlgorithm.

int vtkWarpVector::RequestDataObject ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

This is called by the superclass. This is the method you should override.

Reimplemented from vtkPointSetAlgorithm.

This is called by the superclass. This is the method you should override.

Reimplemented from vtkPointSetAlgorithm.


Member Data Documentation

Definition at line 62 of file vtkWarpVector.h.


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