ActiViz .NET
5.8.0
|
vtkSphericalDirectionEncoder - A direction encoder based on spherical coordinates More...
Public Member Functions | |
vtkSphericalDirectionEncoder (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSphericalDirectionEncoder () | |
Construct the object. Initialize the index table which will be used to map the normal into a patch on the recursively subdivided sphere. | |
override float[] | GetDecodedGradient (int value) |
Given an encoded value, return a pointer to the normal vector. | |
override IntPtr | GetDecodedGradientTable () |
Get the decoded gradient table. There are this->GetNumberOfEncodedDirections() entries in the table, each containing a normal (direction) vector. This is a flat structure - 3 times the number of directions floats in an array. | |
override int | GetEncodedDirection (IntPtr n) |
Given a normal vector n, return the encoded direction. | |
override int | GetNumberOfEncodedDirections () |
Return the number of encoded directions. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkSphericalDirectionEncoder | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkSphericalDirectionEncoder | New () |
Construct the object. Initialize the index table which will be used to map the normal into a patch on the recursively subdivided sphere. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkSphericalDirectionEncoder | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSphericalDirectionEncoder" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "28vtkSphericalDirectionEncoder" |
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 | vtkSphericalDirectionEncoder_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSphericalDirectionEncoder_GetDecodedGradient_01 (HandleRef pThis, int value) |
static internal IntPtr | vtkSphericalDirectionEncoder_GetDecodedGradientTable_02 (HandleRef pThis) |
static internal int | vtkSphericalDirectionEncoder_GetEncodedDirection_03 (HandleRef pThis, IntPtr n) |
static internal int | vtkSphericalDirectionEncoder_GetNumberOfEncodedDirections_04 (HandleRef pThis) |
static internal int | vtkSphericalDirectionEncoder_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkSphericalDirectionEncoder_IsTypeOf_06 (string type) |
static internal IntPtr | vtkSphericalDirectionEncoder_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSphericalDirectionEncoder_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkSphericalDirectionEncoder () |
Automatically generated type registration mechanics. |
vtkSphericalDirectionEncoder - A direction encoder based on spherical coordinates
Description vtkSphericalDirectionEncoder is a direction encoder which uses spherical coordinates for mapping (nx, ny, nz) into an azimuth, elevation pair.
static Kitware.VTK.vtkSphericalDirectionEncoder.vtkSphericalDirectionEncoder | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSphericalDirectionEncoder.vtkSphericalDirectionEncoder | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct the object. Initialize the index table which will be used to map the normal into a patch on the recursively subdivided sphere.
override void Kitware.VTK.vtkSphericalDirectionEncoder.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.vtkDirectionEncoder.
override float [] Kitware.VTK.vtkSphericalDirectionEncoder.GetDecodedGradient | ( | int | value | ) | [virtual] |
Given an encoded value, return a pointer to the normal vector.
Reimplemented from Kitware.VTK.vtkDirectionEncoder.
override IntPtr Kitware.VTK.vtkSphericalDirectionEncoder.GetDecodedGradientTable | ( | ) | [virtual] |
Get the decoded gradient table. There are this->GetNumberOfEncodedDirections() entries in the table, each containing a normal (direction) vector. This is a flat structure - 3 times the number of directions floats in an array.
Reimplemented from Kitware.VTK.vtkDirectionEncoder.
override int Kitware.VTK.vtkSphericalDirectionEncoder.GetEncodedDirection | ( | IntPtr | n | ) | [virtual] |
Given a normal vector n, return the encoded direction.
Reimplemented from Kitware.VTK.vtkDirectionEncoder.
override int Kitware.VTK.vtkSphericalDirectionEncoder.GetNumberOfEncodedDirections | ( | ) | [virtual] |
Return the number of encoded directions.
Reimplemented from Kitware.VTK.vtkDirectionEncoder.
override int Kitware.VTK.vtkSphericalDirectionEncoder.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDirectionEncoder.
static new int Kitware.VTK.vtkSphericalDirectionEncoder.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDirectionEncoder.
static new vtkSphericalDirectionEncoder Kitware.VTK.vtkSphericalDirectionEncoder.New | ( | ) | [static] |
Construct the object. Initialize the index table which will be used to map the normal into a patch on the recursively subdivided sphere.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDirectionEncoder.
static new vtkSphericalDirectionEncoder Kitware.VTK.vtkSphericalDirectionEncoder.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDirectionEncoder.
static internal IntPtr Kitware.VTK.vtkSphericalDirectionEncoder.vtkSphericalDirectionEncoder_GetDecodedGradient_01 | ( | HandleRef | pThis, |
int | value | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSphericalDirectionEncoder.vtkSphericalDirectionEncoder_GetDecodedGradientTable_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSphericalDirectionEncoder.vtkSphericalDirectionEncoder_GetEncodedDirection_03 | ( | HandleRef | pThis, |
IntPtr | n | ||
) | [private] |
static internal int Kitware.VTK.vtkSphericalDirectionEncoder.vtkSphericalDirectionEncoder_GetNumberOfEncodedDirections_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSphericalDirectionEncoder.vtkSphericalDirectionEncoder_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSphericalDirectionEncoder.vtkSphericalDirectionEncoder_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSphericalDirectionEncoder.vtkSphericalDirectionEncoder_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSphericalDirectionEncoder.vtkSphericalDirectionEncoder_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSphericalDirectionEncoder.vtkSphericalDirectionEncoder_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkSphericalDirectionEncoder.MRClassNameKey = "28vtkSphericalDirectionEncoder" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDirectionEncoder.
new const string Kitware.VTK.vtkSphericalDirectionEncoder.MRFullTypeName = "Kitware.VTK.vtkSphericalDirectionEncoder" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDirectionEncoder.