vtkWarpLens - deform geometry by applying lens distortion
Super Class: vtkPointSetToPointSetFilter
Description:
vtkWarpLens is a filter that modifies point coordinates by moving in accord with a second order lens distortion model.
Methods:
![]() | void vtkWarpLens () |
![]() | static vtkWarpLens *New () |
![]() | const char *GetClassName () |
![]() | void PrintSelf (unknown & ,vtkIndent ) |
![]() | void SetKappa (float ) |
![]() | float GetKappa () |
![]() | void SetCenter (float ,float ) |
![]() | void SetCenter (float *) |
![]() | float *GetCenter () |
![]() | void Execute () |
Detailed Method Descriptions:
![]() | void SetKappa (float ) |
![]() | float GetKappa () |
![]() | void SetCenter (float ,float ) |
![]() | void SetCenter (float *) |
![]() | float *GetCenter () |