26 #include "vtkFiltersGeneralModule.h"
58 vtkSetVector2Macro(PrincipalPoint,
double);
59 vtkGetVectorMacro(PrincipalPoint,
double, 2);
66 vtkSetMacro(K1,
double);
67 vtkGetMacro(K1,
double);
68 vtkSetMacro(K2,
double);
69 vtkGetMacro(K2,
double);
76 vtkSetMacro(P1,
double);
77 vtkGetMacro(P1,
double);
78 vtkSetMacro(P2,
double);
79 vtkGetMacro(P2,
double);
86 vtkSetMacro(FormatWidth,
double);
87 vtkGetMacro(FormatWidth,
double);
88 vtkSetMacro(FormatHeight,
double);
89 vtkGetMacro(FormatHeight,
double);
96 vtkSetMacro(ImageWidth,
int);
97 vtkGetMacro(ImageWidth,
int);
98 vtkSetMacro(ImageHeight,
int);
99 vtkGetMacro(ImageHeight,
int);
112 double PrincipalPoint[2];
a simple class to control print indentation
Superclass for algorithms that produce output of the same type as input.
deform geometry by applying lens distortion
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetCenter(double centerX, double centerY)
Specify the center of radial distortion in pixels.
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.
static vtkWarpLens * New()
#define VTK_SIZEHINT(...)