|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   26 #include "vtkFiltersGeneralModule.h"  
   41   void SetKappa(
double kappa);
 
   50   void SetCenter(
double centerX, 
double centerY);
 
   58   vtkSetVector2Macro(PrincipalPoint, 
double);
 
   59   vtkGetVectorMacro(PrincipalPoint, 
double, 2);
 
   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);
 
   86   vtkSetMacro(FormatWidth, 
double);
 
   87   vtkGetMacro(FormatWidth, 
double);
 
   88   vtkSetMacro(FormatHeight, 
double);
 
   89   vtkGetMacro(FormatHeight, 
double);
 
   96   vtkSetMacro(ImageWidth, 
int);
 
   97   vtkGetMacro(ImageWidth, 
int);
 
   98   vtkSetMacro(ImageHeight, 
int);
 
   99   vtkGetMacro(ImageHeight, 
int);
 
  112   double PrincipalPoint[2]; 
 
  
Superclass for algorithms that produce output of the same type as input.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
#define VTK_SIZEHINT(...)
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
deform geometry by applying lens distortion
static vtkPointSetAlgorithm * New()
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.