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

vtkImageQuantizeRGBToIndex - generalized histograms up to 4 dimensions More...

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

List of all members.

Public Member Functions

 vtkImageQuantizeRGBToIndex (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageQuantizeRGBToIndex ()
 Undocumented Block.
virtual double GetBuildTreeExecuteTime ()
 Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image.
virtual double GetInitializeExecuteTime ()
 Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image.
virtual int GetInputType ()
 Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image.
virtual double GetLookupIndexExecuteTime ()
 Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image.
virtual vtkLookupTable GetLookupTable ()
 Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image.
virtual int GetNumberOfColors ()
 Set / Get the number of color index values to produce - must be a number between 2 and 65536.
virtual int GetNumberOfColorsMaxValue ()
 Set / Get the number of color index values to produce - must be a number between 2 and 65536.
virtual int GetNumberOfColorsMinValue ()
 Set / Get the number of color index values to produce - must be a number between 2 and 65536.
override int IsA (string type)
 Undocumented Block.
new vtkImageQuantizeRGBToIndex NewInstance ()
 Undocumented Block.
virtual void SetBuildTreeExecuteTime (double _arg)
 Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image.
virtual void SetInitializeExecuteTime (double _arg)
 Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image.
virtual void SetLookupIndexExecuteTime (double _arg)
 Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image.
virtual void SetNumberOfColors (int _arg)
 Set / Get the number of color index values to produce - must be a number between 2 and 65536.

Static Public Member Functions

static new
vtkImageQuantizeRGBToIndex 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkImageQuantizeRGBToIndex 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkImageQuantizeRGBToIndex"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "26vtkImageQuantizeRGBToIndex"
 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 vtkImageQuantizeRGBToIndex_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkImageQuantizeRGBToIndex_GetBuildTreeExecuteTime_01 (HandleRef pThis)
static internal double vtkImageQuantizeRGBToIndex_GetInitializeExecuteTime_02 (HandleRef pThis)
static internal int vtkImageQuantizeRGBToIndex_GetInputType_03 (HandleRef pThis)
static internal double vtkImageQuantizeRGBToIndex_GetLookupIndexExecuteTime_04 (HandleRef pThis)
static internal IntPtr vtkImageQuantizeRGBToIndex_GetLookupTable_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkImageQuantizeRGBToIndex_GetNumberOfColors_06 (HandleRef pThis)
static internal int vtkImageQuantizeRGBToIndex_GetNumberOfColorsMaxValue_07 (HandleRef pThis)
static internal int vtkImageQuantizeRGBToIndex_GetNumberOfColorsMinValue_08 (HandleRef pThis)
static internal int vtkImageQuantizeRGBToIndex_IsA_09 (HandleRef pThis, string type)
static internal int vtkImageQuantizeRGBToIndex_IsTypeOf_10 (string type)
static internal IntPtr vtkImageQuantizeRGBToIndex_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageQuantizeRGBToIndex_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageQuantizeRGBToIndex_SetBuildTreeExecuteTime_14 (HandleRef pThis, double _arg)
static internal void vtkImageQuantizeRGBToIndex_SetInitializeExecuteTime_15 (HandleRef pThis, double _arg)
static internal void vtkImageQuantizeRGBToIndex_SetLookupIndexExecuteTime_16 (HandleRef pThis, double _arg)
static internal void vtkImageQuantizeRGBToIndex_SetNumberOfColors_17 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkImageQuantizeRGBToIndex ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageQuantizeRGBToIndex - generalized histograms up to 4 dimensions

Description vtkImageQuantizeRGBToIndex takes a 3 component RGB image as input and produces a one component index image as output, along with a lookup table that contains the color definitions for the index values. This filter works on the entire input extent - it does not perform streaming, and it does not supported threaded execution (because it has to process the entire image).

To use this filter, you typically set the number of colors (between 2 and 65536), execute it, and then retrieve the lookup table. The colors can then be using the lookup table and the image index.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageQuantizeRGBToIndex.vtkImageQuantizeRGBToIndex ( 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.vtkImageQuantizeRGBToIndex.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.vtkImageAlgorithm.

Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image.

Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image.

Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image.

Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image.

Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image.

Here is the call graph for this function:

Set / Get the number of color index values to produce - must be a number between 2 and 65536.

Set / Get the number of color index values to produce - must be a number between 2 and 65536.

Set / Get the number of color index values to produce - must be a number between 2 and 65536.

override int Kitware.VTK.vtkImageQuantizeRGBToIndex.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

static new int Kitware.VTK.vtkImageQuantizeRGBToIndex.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkImageQuantizeRGBToIndex.SetBuildTreeExecuteTime ( double  _arg) [virtual]

Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image.

virtual void Kitware.VTK.vtkImageQuantizeRGBToIndex.SetInitializeExecuteTime ( double  _arg) [virtual]

Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image.

Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image.

virtual void Kitware.VTK.vtkImageQuantizeRGBToIndex.SetNumberOfColors ( int  _arg) [virtual]

Set / Get the number of color index values to produce - must be a number between 2 and 65536.

static internal IntPtr Kitware.VTK.vtkImageQuantizeRGBToIndex.vtkImageQuantizeRGBToIndex_GetLookupTable_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkImageQuantizeRGBToIndex.vtkImageQuantizeRGBToIndex_IsA_09 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkImageQuantizeRGBToIndex.vtkImageQuantizeRGBToIndex_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageQuantizeRGBToIndex.vtkImageQuantizeRGBToIndex_NewInstance_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageQuantizeRGBToIndex.vtkImageQuantizeRGBToIndex_SafeDownCast_13 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageQuantizeRGBToIndex.vtkImageQuantizeRGBToIndex_SetBuildTreeExecuteTime_14 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkImageQuantizeRGBToIndex.vtkImageQuantizeRGBToIndex_SetInitializeExecuteTime_15 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkImageQuantizeRGBToIndex.vtkImageQuantizeRGBToIndex_SetLookupIndexExecuteTime_16 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkImageQuantizeRGBToIndex.vtkImageQuantizeRGBToIndex_SetNumberOfColors_17 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageQuantizeRGBToIndex.MRClassNameKey = "26vtkImageQuantizeRGBToIndex" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

new const string Kitware.VTK.vtkImageQuantizeRGBToIndex.MRFullTypeName = "Kitware.VTK.vtkImageQuantizeRGBToIndex"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.


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