#include <vtkWarpLens.h>
Inheritance diagram for vtkWarpLens:
vtkWarpLens is a filter that modifies point coordinates by moving in accord with a lens distortion model.
Definition at line 30 of file vtkWarpLens.h.
Public Types | |
typedef vtkPointSetAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetKappa (double kappa) |
double | GetKappa () |
void | SetCenter (double centerX, double centerY) |
double * | GetCenter () |
virtual void | SetPrincipalPoint (double, double) |
void | SetPrincipalPoint (double[2]) |
virtual double * | GetPrincipalPoint () |
virtual void | GetPrincipalPoint (double data[2]) |
virtual void | SetK1 (double) |
virtual double | GetK1 () |
virtual void | SetK2 (double) |
virtual double | GetK2 () |
virtual void | SetP1 (double) |
virtual double | GetP1 () |
virtual void | SetP2 (double) |
virtual double | GetP2 () |
virtual void | SetFormatWidth (double) |
virtual double | GetFormatWidth () |
virtual void | SetFormatHeight (double) |
virtual double | GetFormatHeight () |
virtual void | SetImageWidth (int) |
virtual int | GetImageWidth () |
virtual void | SetImageHeight (int) |
virtual int | GetImageHeight () |
Static Public Member Functions | |
static vtkWarpLens * | New () |
static int | IsTypeOf (const char *type) |
static vtkWarpLens * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkWarpLens () | |
~vtkWarpLens () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
double | PrincipalPoint [2] |
double | K1 |
double | K2 |
double | P1 |
double | P2 |
double | FormatWidth |
double | FormatHeight |
int | ImageWidth |
int | ImageHeight |
|
Reimplemented from vtkPointSetAlgorithm. Definition at line 34 of file vtkWarpLens.h. |
|
|
|
Definition at line 91 of file vtkWarpLens.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkPointSetAlgorithm. |
|
Reimplemented from vtkPointSetAlgorithm. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPointSetAlgorithm. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPointSetAlgorithm. |
|
Reimplemented from vtkPointSetAlgorithm. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkPointSetAlgorithm. |
|
Specify second order symmetric radial lens distortion parameter. This is obsoleted by newer instance variables. |
|
|
|
Specify the center of radial distortion in pixels. This is obsoleted by newer instance variables. |
|
Specify the center of radial distortion in pixels. This is obsoleted by newer instance variables. |
|
Specify the calibrated principal point of the camera/lens |
|
Specify the calibrated principal point of the camera/lens |
|
Specify the calibrated principal point of the camera/lens |
|
Specify the calibrated principal point of the camera/lens |
|
Specify the symmetric radial distortion parameters for the lens |
|
Specify the symmetric radial distortion parameters for the lens |
|
Specify the symmetric radial distortion parameters for the lens |
|
Specify the symmetric radial distortion parameters for the lens |
|
Specify the decentering distortion parameters for the lens |
|
Specify the decentering distortion parameters for the lens |
|
Specify the decentering distortion parameters for the lens |
|
Specify the decentering distortion parameters for the lens |
|
Specify the imager format width / height in mm |
|
Specify the imager format width / height in mm |
|
Specify the imager format width / height in mm |
|
Specify the imager format width / height in mm |
|
Specify the image width / height in pixels |
|
Specify the image width / height in pixels |
|
Specify the image width / height in pixels |
|
Specify the image width / height in pixels |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkPointSetAlgorithm. |
|
Definition at line 95 of file vtkWarpLens.h. |
|
Definition at line 96 of file vtkWarpLens.h. |
|
Definition at line 97 of file vtkWarpLens.h. |
|
Definition at line 98 of file vtkWarpLens.h. |
|
Definition at line 99 of file vtkWarpLens.h. |
|
Definition at line 100 of file vtkWarpLens.h. |
|
Definition at line 101 of file vtkWarpLens.h. |
|
Definition at line 102 of file vtkWarpLens.h. |
|
Definition at line 103 of file vtkWarpLens.h. |