deform geometry with vector data
More...
#include <vtkWarpVector.h>
Inherits vtkPointSetAlgorithm.
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.
vtkWarpVector::vtkWarpVector |
( |
| ) |
|
|
protected |
vtkWarpVector::~vtkWarpVector |
( |
| ) |
|
|
protected |
static int vtkWarpVector::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkWarpVector::IsA |
( |
const char * |
type | ) |
|
|
virtual |
static vtkWarpVector* vtkWarpVector::SafeDownCast |
( |
vtkObjectBase * |
o | ) |
|
|
static |
virtual vtkObjectBase* vtkWarpVector::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkWarpVector::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkWarpVector::SetScaleFactor |
( |
double |
| ) |
|
|
virtual |
Specify value to scale displacement.
virtual double vtkWarpVector::GetScaleFactor |
( |
| ) |
|
|
virtual |
Specify value to scale displacement.
int vtkWarpVector::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
int vtkWarpVector::RequestDataObject |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protected |
int vtkWarpVector::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
double vtkWarpVector::ScaleFactor |
|
protected |
The documentation for this class was generated from the following file: