transform points and associated normals and vectors
More...
#include <vtkTransformFilter.h>
Inherits vtkPointSetAlgorithm.
transform points and associated normals and vectors
vtkTransformFilter is a filter to transform point coordinates, and associated point normals and vectors. Other point data is passed through the filter.
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 vtkTransformFilter 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
- vtkAbstractTransform vtkTransformPolyDataFilter vtkActor
- Examples:
- vtkTransformFilter (Examples)
- Tests:
- vtkTransformFilter (Tests)
Definition at line 48 of file vtkTransformFilter.h.
vtkTransformFilter::vtkTransformFilter |
( |
| ) |
|
|
protected |
vtkTransformFilter::~vtkTransformFilter |
( |
| ) |
|
|
protected |
static int vtkTransformFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkTransformFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkTransformFilter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkTransformFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
unsigned long vtkTransformFilter::GetMTime |
( |
| ) |
|
Return the MTime also considering the transform.
virtual void vtkTransformFilter::SetTransform |
( |
vtkAbstractTransform * |
| ) |
|
|
virtual |
Specify the transform object used to transform points.
virtual vtkAbstractTransform* vtkTransformFilter::GetTransform |
( |
| ) |
|
|
virtual |
Specify the transform object used to transform points.
virtual int vtkTransformFilter::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
virtual |
int vtkTransformFilter::RequestDataObject |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protected |
int vtkTransformFilter::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
vtkAbstractTransform* vtkTransformFilter::Transform |
|
protected |
The documentation for this class was generated from the following file: