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.vtkImageEuclideanToPolar Class Reference

vtkImageEuclideanToPolar - Converts 2D Euclidean coordinates to polar. More...

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

List of all members.

Public Member Functions

 vtkImageEuclideanToPolar (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageEuclideanToPolar ()
 Undocumented Block.
virtual double GetThetaMaximum ()
 Theta is an angle. Maximum specifies when it maps back to 0. ThetaMaximum defaults to 255 instead of 2PI, because unsigned char is expected as input. The output type must be the same as input type.
override int IsA (string type)
 Undocumented Block.
new vtkImageEuclideanToPolar NewInstance ()
 Undocumented Block.
virtual void SetThetaMaximum (double _arg)
 Theta is an angle. Maximum specifies when it maps back to 0. ThetaMaximum defaults to 255 instead of 2PI, because unsigned char is expected as input. The output type must be the same as input type.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "24vtkImageEuclideanToPolar"
 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 vtkImageEuclideanToPolar_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkImageEuclideanToPolar_GetThetaMaximum_01 (HandleRef pThis)
static internal int vtkImageEuclideanToPolar_IsA_02 (HandleRef pThis, string type)
static internal int vtkImageEuclideanToPolar_IsTypeOf_03 (string type)
static internal IntPtr vtkImageEuclideanToPolar_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageEuclideanToPolar_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageEuclideanToPolar_SetThetaMaximum_07 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkImageEuclideanToPolar ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageEuclideanToPolar - Converts 2D Euclidean coordinates to polar.

Description For each pixel with vector components x,y, this filter outputs theta in component0, and radius in component1.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageEuclideanToPolar.vtkImageEuclideanToPolar ( 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.vtkImageEuclideanToPolar.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.vtkThreadedImageAlgorithm.

Theta is an angle. Maximum specifies when it maps back to 0. ThetaMaximum defaults to 255 instead of 2PI, because unsigned char is expected as input. The output type must be the same as input type.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkImageEuclideanToPolar.SetThetaMaximum ( double  _arg) [virtual]

Theta is an angle. Maximum specifies when it maps back to 0. ThetaMaximum defaults to 255 instead of 2PI, because unsigned char is expected as input. The output type must be the same as input type.

static internal double Kitware.VTK.vtkImageEuclideanToPolar.vtkImageEuclideanToPolar_GetThetaMaximum_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageEuclideanToPolar.vtkImageEuclideanToPolar_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageEuclideanToPolar.vtkImageEuclideanToPolar_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageEuclideanToPolar.vtkImageEuclideanToPolar_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageEuclideanToPolar.vtkImageEuclideanToPolar_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageEuclideanToPolar.vtkImageEuclideanToPolar_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageEuclideanToPolar.vtkImageEuclideanToPolar_SetThetaMaximum_07 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageEuclideanToPolar.MRClassNameKey = "24vtkImageEuclideanToPolar" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.


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