29#include "vtkFiltersGeneralModule.h"
61 vtkSetVector2Macro(PrincipalPoint,
double);
62 vtkGetVectorMacro(PrincipalPoint,
double,2);
70 vtkGetMacro(K1,
double);
72 vtkGetMacro(K2,
double);
80 vtkGetMacro(
P1,
double);
82 vtkGetMacro(
P2,
double);
90 vtkGetMacro(FormatWidth,
double);
92 vtkGetMacro(FormatHeight,
double);
100 vtkGetMacro(ImageWidth,
int);
102 vtkGetMacro(ImageHeight,
int);
118 double PrincipalPoint[2];
129 void operator=(
const vtkWarpLens&) VTK_DELETE_FUNCTION;
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.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkWarpLens * New()
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.