26#include "vtkFiltersGeneralModule.h"
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);
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
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.
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(...)