ActiViz .NET
5.8.0
|
vtkImageLogarithmicScale - Passes each pixel through log function. More...
Public Member Functions | |
vtkImageLogarithmicScale (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageLogarithmicScale () | |
Undocumented Block. | |
virtual double | GetConstant () |
Set/Get the scale factor for the logarithmic function. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageLogarithmicScale | NewInstance () |
Undocumented Block. | |
virtual void | SetConstant (double _arg) |
Set/Get the scale factor for the logarithmic function. | |
Static Public Member Functions | |
static new vtkImageLogarithmicScale | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageLogarithmicScale | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageLogarithmicScale" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "24vtkImageLogarithmicScale" |
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 | vtkImageLogarithmicScale_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkImageLogarithmicScale_GetConstant_01 (HandleRef pThis) |
static internal int | vtkImageLogarithmicScale_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkImageLogarithmicScale_IsTypeOf_03 (string type) |
static internal IntPtr | vtkImageLogarithmicScale_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageLogarithmicScale_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageLogarithmicScale_SetConstant_07 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkImageLogarithmicScale () |
Automatically generated type registration mechanics. |
vtkImageLogarithmicScale - Passes each pixel through log function.
Description vtkImageLogarithmicScale passes each pixel through the function c*log(1+x). It also handles negative values with the function -c*log(1-x).
static Kitware.VTK.vtkImageLogarithmicScale.vtkImageLogarithmicScale | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageLogarithmicScale.vtkImageLogarithmicScale | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageLogarithmicScale.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.vtkThreadedImageAlgorithm.
virtual double Kitware.VTK.vtkImageLogarithmicScale.GetConstant | ( | ) | [virtual] |
Set/Get the scale factor for the logarithmic function.
override int Kitware.VTK.vtkImageLogarithmicScale.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new int Kitware.VTK.vtkImageLogarithmicScale.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new vtkImageLogarithmicScale Kitware.VTK.vtkImageLogarithmicScale.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new vtkImageLogarithmicScale Kitware.VTK.vtkImageLogarithmicScale.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
virtual void Kitware.VTK.vtkImageLogarithmicScale.SetConstant | ( | double | _arg | ) | [virtual] |
Set/Get the scale factor for the logarithmic function.
static internal double Kitware.VTK.vtkImageLogarithmicScale.vtkImageLogarithmicScale_GetConstant_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageLogarithmicScale.vtkImageLogarithmicScale_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageLogarithmicScale.vtkImageLogarithmicScale_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageLogarithmicScale.vtkImageLogarithmicScale_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageLogarithmicScale.vtkImageLogarithmicScale_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageLogarithmicScale.vtkImageLogarithmicScale_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageLogarithmicScale.vtkImageLogarithmicScale_SetConstant_07 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageLogarithmicScale.MRClassNameKey = "24vtkImageLogarithmicScale" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
new const string Kitware.VTK.vtkImageLogarithmicScale.MRFullTypeName = "Kitware.VTK.vtkImageLogarithmicScale" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.