29 #include "vtkFiltersGeneralModule.h" 44 void SetKappa(
double kappa);
53 void SetCenter(
double centerX,
double centerY);
61 vtkSetVector2Macro(PrincipalPoint,
double);
62 vtkGetVectorMacro(PrincipalPoint,
double,2);
69 vtkSetMacro(K1,
double);
70 vtkGetMacro(K1,
double);
71 vtkSetMacro(K2,
double);
72 vtkGetMacro(K2,
double);
79 vtkSetMacro(
P1,
double);
80 vtkGetMacro(P1,
double);
81 vtkSetMacro(
P2,
double);
82 vtkGetMacro(P2,
double);
89 vtkSetMacro(FormatWidth,
double);
90 vtkGetMacro(FormatWidth,
double);
91 vtkSetMacro(FormatHeight,
double);
92 vtkGetMacro(FormatHeight,
double);
99 vtkSetMacro(ImageWidth,
int);
100 vtkGetMacro(ImageWidth,
int);
101 vtkSetMacro(ImageHeight,
int);
102 vtkGetMacro(ImageHeight,
int);
109 ~vtkWarpLens()
override {}
118 double PrincipalPoint[2];
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
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.
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
#define VTK_SIZEHINT(...)
static vtkPointSetAlgorithm * New()