41 void SetKappa(
double kappa);
48 void SetCenter(
double centerX,
double centerY);
54 vtkSetVector2Macro(PrincipalPoint,
double);
55 vtkGetVectorMacro(PrincipalPoint,
double,2);
60 vtkSetMacro(K1,
double);
61 vtkGetMacro(K1,
double);
62 vtkSetMacro(K2,
double);
63 vtkGetMacro(K2,
double);
68 vtkSetMacro(
P1,
double);
69 vtkGetMacro(
P1,
double);
70 vtkSetMacro(
P2,
double);
71 vtkGetMacro(
P2,
double);
76 vtkSetMacro(FormatWidth,
double);
77 vtkGetMacro(FormatWidth,
double);
78 vtkSetMacro(FormatHeight,
double);
79 vtkGetMacro(FormatHeight,
double);
84 vtkSetMacro(ImageWidth,
int);
85 vtkGetMacro(ImageWidth,
int);
86 vtkSetMacro(ImageHeight,
int);
87 vtkGetMacro(ImageHeight,
int);
103 double PrincipalPoint[2];
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
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 VTKFILTERSGENERAL_EXPORT
static vtkPointSetAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
virtual int FillInputPortInformation(int port, vtkInformation *info)