ActiViz .NET
5.8.0
|
vtkBoostLogWeighting - Given an arbitrary-dimension array of doubles, replaces each value x with one of: More...
Public Types | |
enum | BASE_2_WrapperEnum { BASE_2 = 1, BASE_E = 0 } |
Undocumented Block. More... | |
Public Member Functions | |
vtkBoostLogWeighting (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkBoostLogWeighting () | |
Undocumented Block. | |
virtual void | EmitProgressOff () |
Specify whether this filter should emit progress events. | |
virtual void | EmitProgressOn () |
Specify whether this filter should emit progress events. | |
virtual int | GetBase () |
Specify the logarithm base to apply. | |
virtual bool | GetEmitProgress () |
Specify whether this filter should emit progress events. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkBoostLogWeighting | NewInstance () |
Undocumented Block. | |
virtual void | SetBase (int _arg) |
Specify the logarithm base to apply. | |
virtual void | SetEmitProgress (bool _arg) |
Specify whether this filter should emit progress events. | |
Static Public Member Functions | |
static new vtkBoostLogWeighting | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkBoostLogWeighting | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkBoostLogWeighting" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "20vtkBoostLogWeighting" |
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 | vtkBoostLogWeighting_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkBoostLogWeighting_EmitProgressOff_01 (HandleRef pThis) |
static internal void | vtkBoostLogWeighting_EmitProgressOn_02 (HandleRef pThis) |
static internal int | vtkBoostLogWeighting_GetBase_03 (HandleRef pThis) |
static internal byte | vtkBoostLogWeighting_GetEmitProgress_04 (HandleRef pThis) |
static internal int | vtkBoostLogWeighting_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkBoostLogWeighting_IsTypeOf_06 (string type) |
static internal IntPtr | vtkBoostLogWeighting_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkBoostLogWeighting_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkBoostLogWeighting_SetBase_10 (HandleRef pThis, int _arg) |
static internal void | vtkBoostLogWeighting_SetEmitProgress_11 (HandleRef pThis, byte _arg) |
Static Private Member Functions | |
static | vtkBoostLogWeighting () |
Automatically generated type registration mechanics. |
vtkBoostLogWeighting - Given an arbitrary-dimension array of doubles, replaces each value x with one of:
The natural logarithm of 1 + x (the default) The base-2 logarithm of 1 + x
Thanks Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories.
static Kitware.VTK.vtkBoostLogWeighting.vtkBoostLogWeighting | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkBoostLogWeighting.vtkBoostLogWeighting | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkBoostLogWeighting.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.vtkArrayDataAlgorithm.
virtual void Kitware.VTK.vtkBoostLogWeighting.EmitProgressOff | ( | ) | [virtual] |
Specify whether this filter should emit progress events.
virtual void Kitware.VTK.vtkBoostLogWeighting.EmitProgressOn | ( | ) | [virtual] |
Specify whether this filter should emit progress events.
virtual int Kitware.VTK.vtkBoostLogWeighting.GetBase | ( | ) | [virtual] |
Specify the logarithm base to apply.
virtual bool Kitware.VTK.vtkBoostLogWeighting.GetEmitProgress | ( | ) | [virtual] |
Specify whether this filter should emit progress events.
override int Kitware.VTK.vtkBoostLogWeighting.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
static new int Kitware.VTK.vtkBoostLogWeighting.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
static new vtkBoostLogWeighting Kitware.VTK.vtkBoostLogWeighting.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
static new vtkBoostLogWeighting Kitware.VTK.vtkBoostLogWeighting.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
virtual void Kitware.VTK.vtkBoostLogWeighting.SetBase | ( | int | _arg | ) | [virtual] |
Specify the logarithm base to apply.
virtual void Kitware.VTK.vtkBoostLogWeighting.SetEmitProgress | ( | bool | _arg | ) | [virtual] |
Specify whether this filter should emit progress events.
static internal void Kitware.VTK.vtkBoostLogWeighting.vtkBoostLogWeighting_EmitProgressOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBoostLogWeighting.vtkBoostLogWeighting_EmitProgressOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBoostLogWeighting.vtkBoostLogWeighting_GetBase_03 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkBoostLogWeighting.vtkBoostLogWeighting_GetEmitProgress_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBoostLogWeighting.vtkBoostLogWeighting_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkBoostLogWeighting.vtkBoostLogWeighting_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBoostLogWeighting.vtkBoostLogWeighting_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBoostLogWeighting.vtkBoostLogWeighting_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBoostLogWeighting.vtkBoostLogWeighting_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkBoostLogWeighting.vtkBoostLogWeighting_SetBase_10 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBoostLogWeighting.vtkBoostLogWeighting_SetEmitProgress_11 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkBoostLogWeighting.MRClassNameKey = "20vtkBoostLogWeighting" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
new const string Kitware.VTK.vtkBoostLogWeighting.MRFullTypeName = "Kitware.VTK.vtkBoostLogWeighting" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.