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

vtkSphericalDirectionEncoder - A direction encoder based on spherical coordinates More...

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

List of all members.

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.

Detailed Description

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.

vtkDirectionEncoder


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.

Given a normal vector n, return the encoded direction.

Reimplemented from Kitware.VTK.vtkDirectionEncoder.

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.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDirectionEncoder.

Here is the call graph for this function:

static internal IntPtr Kitware.VTK.vtkSphericalDirectionEncoder.vtkSphericalDirectionEncoder_GetDecodedGradient_01 ( HandleRef  pThis,
int  value 
) [private]
static internal int Kitware.VTK.vtkSphericalDirectionEncoder.vtkSphericalDirectionEncoder_GetEncodedDirection_03 ( HandleRef  pThis,
IntPtr  n 
) [private]
static internal int Kitware.VTK.vtkSphericalDirectionEncoder.vtkSphericalDirectionEncoder_IsA_05 ( HandleRef  pThis,
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]

Member Data Documentation

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.


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