|
ActiViz .NET
5.8.0
|
vtkLogLookupTable - map scalars into colors using log (base 10) scale More...
Public Member Functions | |
| vtkLogLookupTable (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkLogLookupTable () | |
| Undocumented Block. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkLogLookupTable | NewInstance () |
| Undocumented Block. | |
Static Public Member Functions | |
| static new vtkLogLookupTable | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkLogLookupTable | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkLogLookupTable" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "17vtkLogLookupTable" |
| 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 | vtkLogLookupTable_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkLogLookupTable_IsA_01 (HandleRef pThis, string type) |
| static internal int | vtkLogLookupTable_IsTypeOf_02 (string type) |
| static internal IntPtr | vtkLogLookupTable_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkLogLookupTable_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkLogLookupTable () |
| Automatically generated type registration mechanics. | |
vtkLogLookupTable - map scalars into colors using log (base 10) scale
Description This class is an empty shell. Use vtkLookupTable with SetScaleToLog10() instead.
| static Kitware.VTK.vtkLogLookupTable.vtkLogLookupTable | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkLogLookupTable.vtkLogLookupTable | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkLogLookupTable.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.vtkLookupTable.
| override int Kitware.VTK.vtkLogLookupTable.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkLookupTable.
| static new int Kitware.VTK.vtkLogLookupTable.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkLookupTable.
| static new vtkLogLookupTable Kitware.VTK.vtkLogLookupTable.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkLookupTable.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkLookupTable.
| static new vtkLogLookupTable Kitware.VTK.vtkLogLookupTable.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkLookupTable.
| static internal int Kitware.VTK.vtkLogLookupTable.vtkLogLookupTable_IsA_01 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkLogLookupTable.vtkLogLookupTable_IsTypeOf_02 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLogLookupTable.vtkLogLookupTable_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLogLookupTable.vtkLogLookupTable_NewInstance_04 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkLogLookupTable.vtkLogLookupTable_SafeDownCast_05 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkLogLookupTable.MRClassNameKey = "17vtkLogLookupTable" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkLookupTable.
| new const string Kitware.VTK.vtkLogLookupTable.MRFullTypeName = "Kitware.VTK.vtkLogLookupTable" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkLookupTable.
1.7.6.1