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

vtkSphericalTransform - spherical to rectangular coords and back More...

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

List of all members.

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.

Detailed Description

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)

vtkCylindricalTransform vtkGeneralTransform


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Make another transform of the same type.

Reimplemented from Kitware.VTK.vtkAbstractTransform.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkWarpTransform.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkWarpTransform.

Here is the call graph for this function:

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]

Member Data Documentation

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.


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