ActiViz .NET
5.8.0
|
vtkImageMapToWindowLevelColors - map the input image through a lookup table and window / level it More...
Public Member Functions | |
vtkImageMapToWindowLevelColors (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageMapToWindowLevelColors () | |
Undocumented Block. | |
virtual double | GetLevel () |
Set / Get the Level to use -> modulation will be performed on the color based on (S - (L - W/2))/W where S is the scalar value, L is the level and W is the window. | |
virtual double | GetWindow () |
Set / Get the Window to use -> modulation will be performed on the color based on (S - (L - W/2))/W where S is the scalar value, L is the level and W is the window. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageMapToWindowLevelColors | NewInstance () |
Undocumented Block. | |
virtual void | SetLevel (double _arg) |
Set / Get the Level to use -> modulation will be performed on the color based on (S - (L - W/2))/W where S is the scalar value, L is the level and W is the window. | |
virtual void | SetWindow (double _arg) |
Set / Get the Window to use -> modulation will be performed on the color based on (S - (L - W/2))/W where S is the scalar value, L is the level and W is the window. | |
Static Public Member Functions | |
static new vtkImageMapToWindowLevelColors | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageMapToWindowLevelColors | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageMapToWindowLevelColors" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "30vtkImageMapToWindowLevelColors" |
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 | vtkImageMapToWindowLevelColors_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkImageMapToWindowLevelColors_GetLevel_01 (HandleRef pThis) |
static internal double | vtkImageMapToWindowLevelColors_GetWindow_02 (HandleRef pThis) |
static internal int | vtkImageMapToWindowLevelColors_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkImageMapToWindowLevelColors_IsTypeOf_04 (string type) |
static internal IntPtr | vtkImageMapToWindowLevelColors_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageMapToWindowLevelColors_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageMapToWindowLevelColors_SetLevel_08 (HandleRef pThis, double _arg) |
static internal void | vtkImageMapToWindowLevelColors_SetWindow_09 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkImageMapToWindowLevelColors () |
Automatically generated type registration mechanics. |
vtkImageMapToWindowLevelColors - map the input image through a lookup table and window / level it
Description The vtkImageMapToWindowLevelColors filter will take an input image of any valid scalar type, and map the first component of the image through a lookup table. This resulting color will be modulated with value obtained by a window / level operation. The result is an image of type VTK_UNSIGNED_CHAR. If the lookup table is not set, or is set to NULL, then the input data will be passed through if it is already of type UNSIGNED_CHAR.
static Kitware.VTK.vtkImageMapToWindowLevelColors.vtkImageMapToWindowLevelColors | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageMapToWindowLevelColors.vtkImageMapToWindowLevelColors | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageMapToWindowLevelColors.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.vtkImageMapToColors.
virtual double Kitware.VTK.vtkImageMapToWindowLevelColors.GetLevel | ( | ) | [virtual] |
Set / Get the Level to use -> modulation will be performed on the color based on (S - (L - W/2))/W where S is the scalar value, L is the level and W is the window.
virtual double Kitware.VTK.vtkImageMapToWindowLevelColors.GetWindow | ( | ) | [virtual] |
Set / Get the Window to use -> modulation will be performed on the color based on (S - (L - W/2))/W where S is the scalar value, L is the level and W is the window.
override int Kitware.VTK.vtkImageMapToWindowLevelColors.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageMapToColors.
static new int Kitware.VTK.vtkImageMapToWindowLevelColors.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageMapToColors.
static new vtkImageMapToWindowLevelColors Kitware.VTK.vtkImageMapToWindowLevelColors.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageMapToColors.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageMapToColors.
static new vtkImageMapToWindowLevelColors Kitware.VTK.vtkImageMapToWindowLevelColors.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageMapToColors.
virtual void Kitware.VTK.vtkImageMapToWindowLevelColors.SetLevel | ( | double | _arg | ) | [virtual] |
Set / Get the Level to use -> modulation will be performed on the color based on (S - (L - W/2))/W where S is the scalar value, L is the level and W is the window.
virtual void Kitware.VTK.vtkImageMapToWindowLevelColors.SetWindow | ( | double | _arg | ) | [virtual] |
Set / Get the Window to use -> modulation will be performed on the color based on (S - (L - W/2))/W where S is the scalar value, L is the level and W is the window.
static internal double Kitware.VTK.vtkImageMapToWindowLevelColors.vtkImageMapToWindowLevelColors_GetLevel_01 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImageMapToWindowLevelColors.vtkImageMapToWindowLevelColors_GetWindow_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageMapToWindowLevelColors.vtkImageMapToWindowLevelColors_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageMapToWindowLevelColors.vtkImageMapToWindowLevelColors_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageMapToWindowLevelColors.vtkImageMapToWindowLevelColors_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageMapToWindowLevelColors.vtkImageMapToWindowLevelColors_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageMapToWindowLevelColors.vtkImageMapToWindowLevelColors_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMapToWindowLevelColors.vtkImageMapToWindowLevelColors_SetLevel_08 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMapToWindowLevelColors.vtkImageMapToWindowLevelColors_SetWindow_09 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageMapToWindowLevelColors.MRClassNameKey = "30vtkImageMapToWindowLevelColors" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageMapToColors.
new const string Kitware.VTK.vtkImageMapToWindowLevelColors.MRFullTypeName = "Kitware.VTK.vtkImageMapToWindowLevelColors" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageMapToColors.