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

vtkImageMapToColors - map the input image through a lookup table More...

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

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Set the component to map for multi-component images (default: 0)

Set the lookup table.

Here is the call graph for this function:

override uint Kitware.VTK.vtkImageMapToColors.GetMTime ( ) [virtual]

We need to check the modified time of the lookup table too.

Reimplemented from Kitware.VTK.vtkObject.

Set the output format, the default is RGBA.

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]
static new int Kitware.VTK.vtkImageMapToColors.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Reimplemented in Kitware.VTK.vtkImageMapToWindowLevelColors, and Kitware.VTK.vtkImageMapToRGBA.

Use the alpha component of the input when computing the alpha component of the output (useful when converting monochrome+alpha data to RGBA)

Use the alpha component of the input when computing the alpha component of the output (useful when converting monochrome+alpha data to RGBA)

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Reimplemented in Kitware.VTK.vtkImageMapToWindowLevelColors, and Kitware.VTK.vtkImageMapToRGBA.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkImageMapToColors.SetActiveComponent ( int  _arg) [virtual]

Set the component to map for multi-component images (default: 0)

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_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]

Member Data Documentation

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.


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