ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkWarpLens Class Reference

vtkWarpLens - deform geometry by applying lens distortion More...

Inheritance diagram for Kitware.VTK.vtkWarpLens:
[legend]
Collaboration diagram for Kitware.VTK.vtkWarpLens:
[legend]

List of all members.

Public Member Functions

 vtkWarpLens (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkWarpLens ()
 Undocumented Block.
double[] GetCenter ()
 Specify the center of radial distortion in pixels. This is obsoleted by newer instance variables.
virtual double GetFormatHeight ()
 Specify the imager format width / height in mm.
virtual double GetFormatWidth ()
 Specify the imager format width / height in mm.
virtual int GetImageHeight ()
 Specify the image width / height in pixels.
virtual int GetImageWidth ()
 Specify the image width / height in pixels.
virtual double GetK1 ()
 Specify the symmetric radial distortion parameters for the lens.
virtual double GetK2 ()
 Specify the symmetric radial distortion parameters for the lens.
double GetKappa ()
 Specify second order symmetric radial lens distortion parameter. This is obsoleted by newer instance variables.
virtual double GetP1 ()
 Specify the decentering distortion parameters for the lens.
virtual double GetP2 ()
 Specify the decentering distortion parameters for the lens.
virtual double[] GetPrincipalPoint ()
 Specify the calibrated principal point of the camera/lens.
virtual void GetPrincipalPoint (IntPtr data)
 Specify the calibrated principal point of the camera/lens.
override int IsA (string type)
 Undocumented Block.
new vtkWarpLens NewInstance ()
 Undocumented Block.
void SetCenter (double centerX, double centerY)
 Specify the center of radial distortion in pixels. This is obsoleted by newer instance variables.
virtual void SetFormatHeight (double _arg)
 Specify the imager format width / height in mm.
virtual void SetFormatWidth (double _arg)
 Specify the imager format width / height in mm.
virtual void SetImageHeight (int _arg)
 Specify the image width / height in pixels.
virtual void SetImageWidth (int _arg)
 Specify the image width / height in pixels.
virtual void SetK1 (double _arg)
 Specify the symmetric radial distortion parameters for the lens.
virtual void SetK2 (double _arg)
 Specify the symmetric radial distortion parameters for the lens.
void SetKappa (double kappa)
 Specify second order symmetric radial lens distortion parameter. This is obsoleted by newer instance variables.
virtual void SetP1 (double _arg)
 Specify the decentering distortion parameters for the lens.
virtual void SetP2 (double _arg)
 Specify the decentering distortion parameters for the lens.
virtual void SetPrincipalPoint (double _arg1, double _arg2)
 Specify the calibrated principal point of the camera/lens.
void SetPrincipalPoint (IntPtr _arg)
 Specify the calibrated principal point of the camera/lens.

Static Public Member Functions

static new vtkWarpLens New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkWarpLens SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkWarpLens"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "11vtkWarpLens"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkWarpLens_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkWarpLens_GetCenter_01 (HandleRef pThis)
static internal double vtkWarpLens_GetFormatHeight_02 (HandleRef pThis)
static internal double vtkWarpLens_GetFormatWidth_03 (HandleRef pThis)
static internal int vtkWarpLens_GetImageHeight_04 (HandleRef pThis)
static internal int vtkWarpLens_GetImageWidth_05 (HandleRef pThis)
static internal double vtkWarpLens_GetK1_06 (HandleRef pThis)
static internal double vtkWarpLens_GetK2_07 (HandleRef pThis)
static internal double vtkWarpLens_GetKappa_08 (HandleRef pThis)
static internal double vtkWarpLens_GetP1_09 (HandleRef pThis)
static internal double vtkWarpLens_GetP2_10 (HandleRef pThis)
static internal IntPtr vtkWarpLens_GetPrincipalPoint_11 (HandleRef pThis)
static internal void vtkWarpLens_GetPrincipalPoint_12 (HandleRef pThis, IntPtr data)
static internal int vtkWarpLens_IsA_13 (HandleRef pThis, string type)
static internal int vtkWarpLens_IsTypeOf_14 (string type)
static internal IntPtr vtkWarpLens_NewInstance_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkWarpLens_SafeDownCast_17 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkWarpLens_SetCenter_18 (HandleRef pThis, double centerX, double centerY)
static internal void vtkWarpLens_SetFormatHeight_19 (HandleRef pThis, double _arg)
static internal void vtkWarpLens_SetFormatWidth_20 (HandleRef pThis, double _arg)
static internal void vtkWarpLens_SetImageHeight_21 (HandleRef pThis, int _arg)
static internal void vtkWarpLens_SetImageWidth_22 (HandleRef pThis, int _arg)
static internal void vtkWarpLens_SetK1_23 (HandleRef pThis, double _arg)
static internal void vtkWarpLens_SetK2_24 (HandleRef pThis, double _arg)
static internal void vtkWarpLens_SetKappa_25 (HandleRef pThis, double kappa)
static internal void vtkWarpLens_SetP1_26 (HandleRef pThis, double _arg)
static internal void vtkWarpLens_SetP2_27 (HandleRef pThis, double _arg)
static internal void vtkWarpLens_SetPrincipalPoint_28 (HandleRef pThis, double _arg1, double _arg2)
static internal void vtkWarpLens_SetPrincipalPoint_29 (HandleRef pThis, IntPtr _arg)

Static Private Member Functions

static vtkWarpLens ()
 Automatically generated type registration mechanics.

Detailed Description

vtkWarpLens - deform geometry by applying lens distortion

Description vtkWarpLens is a filter that modifies point coordinates by moving in accord with a lens distortion model.


Constructor & Destructor Documentation

static Kitware.VTK.vtkWarpLens.vtkWarpLens ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkWarpLens.vtkWarpLens ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkWarpLens.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

Specify the center of radial distortion in pixels. This is obsoleted by newer instance variables.

virtual double Kitware.VTK.vtkWarpLens.GetFormatHeight ( ) [virtual]

Specify the imager format width / height in mm.

virtual double Kitware.VTK.vtkWarpLens.GetFormatWidth ( ) [virtual]

Specify the imager format width / height in mm.

virtual int Kitware.VTK.vtkWarpLens.GetImageHeight ( ) [virtual]

Specify the image width / height in pixels.

virtual int Kitware.VTK.vtkWarpLens.GetImageWidth ( ) [virtual]

Specify the image width / height in pixels.

virtual double Kitware.VTK.vtkWarpLens.GetK1 ( ) [virtual]

Specify the symmetric radial distortion parameters for the lens.

virtual double Kitware.VTK.vtkWarpLens.GetK2 ( ) [virtual]

Specify the symmetric radial distortion parameters for the lens.

Specify second order symmetric radial lens distortion parameter. This is obsoleted by newer instance variables.

virtual double Kitware.VTK.vtkWarpLens.GetP1 ( ) [virtual]

Specify the decentering distortion parameters for the lens.

virtual double Kitware.VTK.vtkWarpLens.GetP2 ( ) [virtual]

Specify the decentering distortion parameters for the lens.

virtual double [] Kitware.VTK.vtkWarpLens.GetPrincipalPoint ( ) [virtual]

Specify the calibrated principal point of the camera/lens.

virtual void Kitware.VTK.vtkWarpLens.GetPrincipalPoint ( IntPtr  data) [virtual]

Specify the calibrated principal point of the camera/lens.

override int Kitware.VTK.vtkWarpLens.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

static new int Kitware.VTK.vtkWarpLens.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

static new vtkWarpLens Kitware.VTK.vtkWarpLens.New ( ) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

Here is the call graph for this function:

void Kitware.VTK.vtkWarpLens.SetCenter ( double  centerX,
double  centerY 
)

Specify the center of radial distortion in pixels. This is obsoleted by newer instance variables.

virtual void Kitware.VTK.vtkWarpLens.SetFormatHeight ( double  _arg) [virtual]

Specify the imager format width / height in mm.

virtual void Kitware.VTK.vtkWarpLens.SetFormatWidth ( double  _arg) [virtual]

Specify the imager format width / height in mm.

virtual void Kitware.VTK.vtkWarpLens.SetImageHeight ( int  _arg) [virtual]

Specify the image width / height in pixels.

virtual void Kitware.VTK.vtkWarpLens.SetImageWidth ( int  _arg) [virtual]

Specify the image width / height in pixels.

virtual void Kitware.VTK.vtkWarpLens.SetK1 ( double  _arg) [virtual]

Specify the symmetric radial distortion parameters for the lens.

virtual void Kitware.VTK.vtkWarpLens.SetK2 ( double  _arg) [virtual]

Specify the symmetric radial distortion parameters for the lens.

void Kitware.VTK.vtkWarpLens.SetKappa ( double  kappa)

Specify second order symmetric radial lens distortion parameter. This is obsoleted by newer instance variables.

virtual void Kitware.VTK.vtkWarpLens.SetP1 ( double  _arg) [virtual]

Specify the decentering distortion parameters for the lens.

virtual void Kitware.VTK.vtkWarpLens.SetP2 ( double  _arg) [virtual]

Specify the decentering distortion parameters for the lens.

virtual void Kitware.VTK.vtkWarpLens.SetPrincipalPoint ( double  _arg1,
double  _arg2 
) [virtual]

Specify the calibrated principal point of the camera/lens.

Specify the calibrated principal point of the camera/lens.

static internal IntPtr Kitware.VTK.vtkWarpLens.vtkWarpLens_GetCenter_01 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkWarpLens.vtkWarpLens_GetFormatHeight_02 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkWarpLens.vtkWarpLens_GetFormatWidth_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkWarpLens.vtkWarpLens_GetImageHeight_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkWarpLens.vtkWarpLens_GetImageWidth_05 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkWarpLens.vtkWarpLens_GetK1_06 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkWarpLens.vtkWarpLens_GetK2_07 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkWarpLens.vtkWarpLens_GetKappa_08 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkWarpLens.vtkWarpLens_GetP1_09 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkWarpLens.vtkWarpLens_GetP2_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkWarpLens.vtkWarpLens_GetPrincipalPoint_11 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkWarpLens.vtkWarpLens_GetPrincipalPoint_12 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal int Kitware.VTK.vtkWarpLens.vtkWarpLens_IsA_13 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkWarpLens.vtkWarpLens_IsTypeOf_14 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkWarpLens.vtkWarpLens_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkWarpLens.vtkWarpLens_NewInstance_16 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkWarpLens.vtkWarpLens_SafeDownCast_17 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkWarpLens.vtkWarpLens_SetCenter_18 ( HandleRef  pThis,
double  centerX,
double  centerY 
) [private]
static internal void Kitware.VTK.vtkWarpLens.vtkWarpLens_SetFormatHeight_19 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkWarpLens.vtkWarpLens_SetFormatWidth_20 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkWarpLens.vtkWarpLens_SetImageHeight_21 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkWarpLens.vtkWarpLens_SetImageWidth_22 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkWarpLens.vtkWarpLens_SetK1_23 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkWarpLens.vtkWarpLens_SetK2_24 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkWarpLens.vtkWarpLens_SetKappa_25 ( HandleRef  pThis,
double  kappa 
) [private]
static internal void Kitware.VTK.vtkWarpLens.vtkWarpLens_SetP1_26 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkWarpLens.vtkWarpLens_SetP2_27 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkWarpLens.vtkWarpLens_SetPrincipalPoint_28 ( HandleRef  pThis,
double  _arg1,
double  _arg2 
) [private]
static internal void Kitware.VTK.vtkWarpLens.vtkWarpLens_SetPrincipalPoint_29 ( HandleRef  pThis,
IntPtr  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkWarpLens.MRClassNameKey = "11vtkWarpLens" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

new const string Kitware.VTK.vtkWarpLens.MRFullTypeName = "Kitware.VTK.vtkWarpLens"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.


The documentation for this class was generated from the following file: