44 void SetKappa(
double kappa);
53 void SetCenter(
double centerX,
double centerY);
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];
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.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
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
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkPointSetAlgorithm * New()