25 #ifndef __vtkWarpLens_h
26 #define __vtkWarpLens_h
40 void SetKappa(
double kappa);
47 void SetCenter(
double centerX,
double centerY);
53 vtkSetVector2Macro(PrincipalPoint,
double);
54 vtkGetVectorMacro(PrincipalPoint,
double,2);
59 vtkSetMacro(K1,
double);
60 vtkGetMacro(K1,
double);
61 vtkSetMacro(K2,
double);
62 vtkGetMacro(K2,
double);
67 vtkSetMacro(
P1,
double);
68 vtkGetMacro(
P1,
double);
69 vtkSetMacro(
P2,
double);
70 vtkGetMacro(
P2,
double);
75 vtkSetMacro(FormatWidth,
double);
76 vtkGetMacro(FormatWidth,
double);
77 vtkSetMacro(FormatHeight,
double);
78 vtkGetMacro(FormatHeight,
double);
83 vtkSetMacro(ImageWidth,
int);
84 vtkGetMacro(ImageWidth,
int);
85 vtkSetMacro(ImageHeight,
int);
86 vtkGetMacro(ImageHeight,
int);
95 double PrincipalPoint[2];
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
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
static vtkPointSetAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)