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

vtkImageLogarithmicScale - Passes each pixel through log function. More...

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

List of all members.

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.

Detailed Description

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).


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Here is the call graph for this function:

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]

Member Data Documentation

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.


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