ActiViz .NET
5.8.0
|
vtkSphericalTransform - spherical to rectangular coords and back More...
Public Member Functions | |
vtkSphericalTransform (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSphericalTransform () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
override vtkAbstractTransform | MakeTransform () |
Make another transform of the same type. | |
new vtkSphericalTransform | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkSphericalTransform | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkSphericalTransform | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSphericalTransform" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkSphericalTransform" |
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 | vtkSphericalTransform_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkSphericalTransform_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkSphericalTransform_IsTypeOf_02 (string type) |
static internal IntPtr | vtkSphericalTransform_MakeTransform_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSphericalTransform_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSphericalTransform_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkSphericalTransform () |
Automatically generated type registration mechanics. |
vtkSphericalTransform - spherical to rectangular coords and back
Description vtkSphericalTransform will convert (r,phi,theta) coordinates to (x,y,z) coordinates and back again. The angles are given in radians. By default, it converts spherical coordinates to rectangular, but GetInverse() returns a transform that will do the opposite. The equation that is used is x = r*sin(phi)*cos(theta), y = r*sin(phi)*sin(theta), z = r*cos(phi). Caveats This transform is not well behaved along the line x=y=0 (i.e. along the z-axis)
static Kitware.VTK.vtkSphericalTransform.vtkSphericalTransform | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSphericalTransform.vtkSphericalTransform | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkSphericalTransform.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.vtkWarpTransform.
override int Kitware.VTK.vtkSphericalTransform.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkWarpTransform.
static new int Kitware.VTK.vtkSphericalTransform.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkWarpTransform.
override vtkAbstractTransform Kitware.VTK.vtkSphericalTransform.MakeTransform | ( | ) | [virtual] |
Make another transform of the same type.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
static new vtkSphericalTransform Kitware.VTK.vtkSphericalTransform.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkWarpTransform.
static new vtkSphericalTransform Kitware.VTK.vtkSphericalTransform.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkWarpTransform.
static internal int Kitware.VTK.vtkSphericalTransform.vtkSphericalTransform_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSphericalTransform.vtkSphericalTransform_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSphericalTransform.vtkSphericalTransform_MakeTransform_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSphericalTransform.vtkSphericalTransform_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSphericalTransform.vtkSphericalTransform_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSphericalTransform.vtkSphericalTransform_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkSphericalTransform.MRClassNameKey = "21vtkSphericalTransform" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkWarpTransform.
new const string Kitware.VTK.vtkSphericalTransform.MRFullTypeName = "Kitware.VTK.vtkSphericalTransform" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkWarpTransform.