ActiViz .NET
5.8.0
|
vtkImageMapToColors - map the input image through a lookup table More...
Public Member Functions | |
vtkImageMapToColors (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageMapToColors () | |
Undocumented Block. | |
virtual int | GetActiveComponent () |
Set the component to map for multi-component images (default: 0) | |
virtual vtkScalarsToColors | GetLookupTable () |
Set the lookup table. | |
override uint | GetMTime () |
We need to check the modified time of the lookup table too. | |
virtual int | GetOutputFormat () |
Set the output format, the default is RGBA. | |
virtual int | GetPassAlphaToOutput () |
Use the alpha component of the input when computing the alpha component of the output (useful when converting monochrome+alpha data to RGBA) | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageMapToColors | NewInstance () |
Undocumented Block. | |
virtual void | PassAlphaToOutputOff () |
Use the alpha component of the input when computing the alpha component of the output (useful when converting monochrome+alpha data to RGBA) | |
virtual void | PassAlphaToOutputOn () |
Use the alpha component of the input when computing the alpha component of the output (useful when converting monochrome+alpha data to RGBA) | |
virtual void | SetActiveComponent (int _arg) |
Set the component to map for multi-component images (default: 0) | |
virtual void | SetLookupTable (vtkScalarsToColors arg0) |
Set the lookup table. | |
virtual void | SetOutputFormat (int _arg) |
Set the output format, the default is RGBA. | |
void | SetOutputFormatToLuminance () |
Set the output format, the default is RGBA. | |
void | SetOutputFormatToLuminanceAlpha () |
Set the output format, the default is RGBA. | |
void | SetOutputFormatToRGB () |
Set the output format, the default is RGBA. | |
void | SetOutputFormatToRGBA () |
Set the output format, the default is RGBA. | |
virtual void | SetPassAlphaToOutput (int _arg) |
Use the alpha component of the input when computing the alpha component of the output (useful when converting monochrome+alpha data to RGBA) | |
Static Public Member Functions | |
static new vtkImageMapToColors | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageMapToColors | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageMapToColors" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkImageMapToColors" |
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 | vtkImageMapToColors_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImageMapToColors_GetActiveComponent_01 (HandleRef pThis) |
static internal IntPtr | vtkImageMapToColors_GetLookupTable_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkImageMapToColors_GetMTime_03 (HandleRef pThis) |
static internal int | vtkImageMapToColors_GetOutputFormat_04 (HandleRef pThis) |
static internal int | vtkImageMapToColors_GetPassAlphaToOutput_05 (HandleRef pThis) |
static internal int | vtkImageMapToColors_IsA_06 (HandleRef pThis, string type) |
static internal int | vtkImageMapToColors_IsTypeOf_07 (string type) |
static internal IntPtr | vtkImageMapToColors_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageMapToColors_PassAlphaToOutputOff_10 (HandleRef pThis) |
static internal void | vtkImageMapToColors_PassAlphaToOutputOn_11 (HandleRef pThis) |
static internal IntPtr | vtkImageMapToColors_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageMapToColors_SetActiveComponent_13 (HandleRef pThis, int _arg) |
static internal void | vtkImageMapToColors_SetLookupTable_14 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkImageMapToColors_SetOutputFormat_15 (HandleRef pThis, int _arg) |
static internal void | vtkImageMapToColors_SetOutputFormatToLuminance_16 (HandleRef pThis) |
static internal void | vtkImageMapToColors_SetOutputFormatToLuminanceAlpha_17 (HandleRef pThis) |
static internal void | vtkImageMapToColors_SetOutputFormatToRGB_18 (HandleRef pThis) |
static internal void | vtkImageMapToColors_SetOutputFormatToRGBA_19 (HandleRef pThis) |
static internal void | vtkImageMapToColors_SetPassAlphaToOutput_20 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkImageMapToColors () |
Automatically generated type registration mechanics. |
vtkImageMapToColors - map the input image through a lookup table
Description The vtkImageMapToColors filter will take an input image of any valid scalar type, and map the first component of the image through a lookup table. 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 VTK_UNSIGNED_CHAR.
static Kitware.VTK.vtkImageMapToColors.vtkImageMapToColors | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageMapToColors.vtkImageMapToColors | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageMapToColors.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.
Reimplemented in Kitware.VTK.vtkImageMapToWindowLevelColors, and Kitware.VTK.vtkImageMapToRGBA.
virtual int Kitware.VTK.vtkImageMapToColors.GetActiveComponent | ( | ) | [virtual] |
Set the component to map for multi-component images (default: 0)
virtual vtkScalarsToColors Kitware.VTK.vtkImageMapToColors.GetLookupTable | ( | ) | [virtual] |
Set the lookup table.
override uint Kitware.VTK.vtkImageMapToColors.GetMTime | ( | ) | [virtual] |
We need to check the modified time of the lookup table too.
Reimplemented from Kitware.VTK.vtkObject.
virtual int Kitware.VTK.vtkImageMapToColors.GetOutputFormat | ( | ) | [virtual] |
Set the output format, the default is RGBA.
virtual int Kitware.VTK.vtkImageMapToColors.GetPassAlphaToOutput | ( | ) | [virtual] |
Use the alpha component of the input when computing the alpha component of the output (useful when converting monochrome+alpha data to RGBA)
override int Kitware.VTK.vtkImageMapToColors.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
Reimplemented in Kitware.VTK.vtkImageMapToWindowLevelColors, and Kitware.VTK.vtkImageMapToRGBA.
static new int Kitware.VTK.vtkImageMapToColors.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
Reimplemented in Kitware.VTK.vtkImageMapToWindowLevelColors, and Kitware.VTK.vtkImageMapToRGBA.
static new vtkImageMapToColors Kitware.VTK.vtkImageMapToColors.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Reimplemented in Kitware.VTK.vtkImageMapToWindowLevelColors, and Kitware.VTK.vtkImageMapToRGBA.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
Reimplemented in Kitware.VTK.vtkImageMapToWindowLevelColors, and Kitware.VTK.vtkImageMapToRGBA.
virtual void Kitware.VTK.vtkImageMapToColors.PassAlphaToOutputOff | ( | ) | [virtual] |
Use the alpha component of the input when computing the alpha component of the output (useful when converting monochrome+alpha data to RGBA)
virtual void Kitware.VTK.vtkImageMapToColors.PassAlphaToOutputOn | ( | ) | [virtual] |
Use the alpha component of the input when computing the alpha component of the output (useful when converting monochrome+alpha data to RGBA)
static new vtkImageMapToColors Kitware.VTK.vtkImageMapToColors.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
Reimplemented in Kitware.VTK.vtkImageMapToWindowLevelColors, and Kitware.VTK.vtkImageMapToRGBA.
virtual void Kitware.VTK.vtkImageMapToColors.SetActiveComponent | ( | int | _arg | ) | [virtual] |
Set the component to map for multi-component images (default: 0)
virtual void Kitware.VTK.vtkImageMapToColors.SetLookupTable | ( | vtkScalarsToColors | arg0 | ) | [virtual] |
Set the lookup table.
virtual void Kitware.VTK.vtkImageMapToColors.SetOutputFormat | ( | int | _arg | ) | [virtual] |
Set the output format, the default is RGBA.
Set the output format, the default is RGBA.
Set the output format, the default is RGBA.
Set the output format, the default is RGBA.
Set the output format, the default is RGBA.
virtual void Kitware.VTK.vtkImageMapToColors.SetPassAlphaToOutput | ( | int | _arg | ) | [virtual] |
Use the alpha component of the input when computing the alpha component of the output (useful when converting monochrome+alpha data to RGBA)
static internal int Kitware.VTK.vtkImageMapToColors.vtkImageMapToColors_GetActiveComponent_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageMapToColors.vtkImageMapToColors_GetLookupTable_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal uint Kitware.VTK.vtkImageMapToColors.vtkImageMapToColors_GetMTime_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageMapToColors.vtkImageMapToColors_GetOutputFormat_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageMapToColors.vtkImageMapToColors_GetPassAlphaToOutput_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageMapToColors.vtkImageMapToColors_IsA_06 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageMapToColors.vtkImageMapToColors_IsTypeOf_07 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageMapToColors.vtkImageMapToColors_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageMapToColors.vtkImageMapToColors_NewInstance_09 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMapToColors.vtkImageMapToColors_PassAlphaToOutputOff_10 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageMapToColors.vtkImageMapToColors_PassAlphaToOutputOn_11 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageMapToColors.vtkImageMapToColors_SafeDownCast_12 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMapToColors.vtkImageMapToColors_SetActiveComponent_13 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMapToColors.vtkImageMapToColors_SetLookupTable_14 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMapToColors.vtkImageMapToColors_SetOutputFormat_15 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImageMapToColors.vtkImageMapToColors_SetOutputFormatToLuminance_16 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageMapToColors.vtkImageMapToColors_SetOutputFormatToLuminanceAlpha_17 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageMapToColors.vtkImageMapToColors_SetOutputFormatToRGB_18 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageMapToColors.vtkImageMapToColors_SetOutputFormatToRGBA_19 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImageMapToColors.vtkImageMapToColors_SetPassAlphaToOutput_20 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageMapToColors.MRClassNameKey = "19vtkImageMapToColors" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
Reimplemented in Kitware.VTK.vtkImageMapToWindowLevelColors, and Kitware.VTK.vtkImageMapToRGBA.
new const string Kitware.VTK.vtkImageMapToColors.MRFullTypeName = "Kitware.VTK.vtkImageMapToColors" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
Reimplemented in Kitware.VTK.vtkImageMapToWindowLevelColors, and Kitware.VTK.vtkImageMapToRGBA.