17#include "vtkFiltersGeneralModule.h"
20VTK_ABI_NAMESPACE_BEGIN
58 vtkSetMacro(
K1,
double);
59 vtkGetMacro(
K1,
double);
60 vtkSetMacro(
K2,
double);
61 vtkGetMacro(
K2,
double);
68 vtkSetMacro(
P1,
double);
69 vtkGetMacro(
P1,
double);
70 vtkSetMacro(
P2,
double);
71 vtkGetMacro(
P2,
double);
a simple class to control print indentation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, obtaining type information, and printing instances of the class.
void SetCenter(double centerX, double centerY)
Specify the center of radial distortion in pixels.
double GetKappa()
Specify second order symmetric radial lens distortion parameter.
int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
void SetKappa(double kappa)
Specify second order symmetric radial lens distortion parameter.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
double * GetCenter()
Specify the center of radial distortion in pixels.
static vtkWarpLens * New()
#define VTK_SIZEHINT(...)