transform points and associated normals and vectors for polygonal dataset
More...
#include <vtkTransformPolyDataFilter.h>
Inherits vtkPolyDataAlgorithm.
transform points and associated normals and vectors for polygonal dataset
vtkTransformPolyDataFilter is a filter to transform point coordinates and associated point and cell normals and vectors. Other point and cell data is passed through the filter unchanged. This filter is specialized for polygonal data. See vtkTransformFilter for more general data.
An alternative method of transformation is to use vtkActor's methods to scale, rotate, and translate objects. The difference between the two methods is that vtkActor's transformation simply effects where objects are rendered (via the graphics pipeline), whereas vtkTransformPolyDataFilter actually modifies point coordinates in the visualization pipeline. This is necessary for some objects (e.g., vtkProbeFilter) that require point coordinates as input.
- See Also
- vtkTransform vtkTransformFilter vtkActor
- Examples:
- vtkTransformPolyDataFilter (Examples)
- Tests:
- vtkTransformPolyDataFilter (Tests)
Definition at line 50 of file vtkTransformPolyDataFilter.h.
vtkTransformPolyDataFilter::vtkTransformPolyDataFilter |
( |
| ) |
|
|
protected |
vtkTransformPolyDataFilter::~vtkTransformPolyDataFilter |
( |
| ) |
|
|
protected |
static int vtkTransformPolyDataFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkTransformPolyDataFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkTransformPolyDataFilter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkTransformPolyDataFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
unsigned long vtkTransformPolyDataFilter::GetMTime |
( |
| ) |
|
Return the MTime also considering the transform.
virtual void vtkTransformPolyDataFilter::SetTransform |
( |
vtkAbstractTransform * |
| ) |
|
|
virtual |
Specify the transform object used to transform points.
virtual vtkAbstractTransform* vtkTransformPolyDataFilter::GetTransform |
( |
| ) |
|
|
virtual |
Specify the transform object used to transform points.
int vtkTransformPolyDataFilter::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
vtkAbstractTransform* vtkTransformPolyDataFilter::Transform |
|
protected |
The documentation for this class was generated from the following file: