ActiViz .NET
5.8.0
|
vtkImageQuantizeRGBToIndex - generalized histograms up to 4 dimensions More...
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. |
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.
static Kitware.VTK.vtkImageQuantizeRGBToIndex.vtkImageQuantizeRGBToIndex | ( | ) | [static, private] |
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.
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.
virtual double Kitware.VTK.vtkImageQuantizeRGBToIndex.GetBuildTreeExecuteTime | ( | ) | [virtual] |
Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image.
virtual double Kitware.VTK.vtkImageQuantizeRGBToIndex.GetInitializeExecuteTime | ( | ) | [virtual] |
Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image.
virtual int Kitware.VTK.vtkImageQuantizeRGBToIndex.GetInputType | ( | ) | [virtual] |
Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image.
virtual double Kitware.VTK.vtkImageQuantizeRGBToIndex.GetLookupIndexExecuteTime | ( | ) | [virtual] |
Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image.
virtual vtkLookupTable Kitware.VTK.vtkImageQuantizeRGBToIndex.GetLookupTable | ( | ) | [virtual] |
Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image.
virtual int Kitware.VTK.vtkImageQuantizeRGBToIndex.GetNumberOfColors | ( | ) | [virtual] |
Set / Get the number of color index values to produce - must be a number between 2 and 65536.
virtual int Kitware.VTK.vtkImageQuantizeRGBToIndex.GetNumberOfColorsMaxValue | ( | ) | [virtual] |
Set / Get the number of color index values to produce - must be a number between 2 and 65536.
virtual int Kitware.VTK.vtkImageQuantizeRGBToIndex.GetNumberOfColorsMinValue | ( | ) | [virtual] |
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.
static new vtkImageQuantizeRGBToIndex Kitware.VTK.vtkImageQuantizeRGBToIndex.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static new vtkImageQuantizeRGBToIndex Kitware.VTK.vtkImageQuantizeRGBToIndex.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
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.
virtual void Kitware.VTK.vtkImageQuantizeRGBToIndex.SetLookupIndexExecuteTime | ( | 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.SetNumberOfColors | ( | int | _arg | ) | [virtual] |
Set / Get the number of color index values to produce - must be a number between 2 and 65536.
static internal double Kitware.VTK.vtkImageQuantizeRGBToIndex.vtkImageQuantizeRGBToIndex_GetBuildTreeExecuteTime_01 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImageQuantizeRGBToIndex.vtkImageQuantizeRGBToIndex_GetInitializeExecuteTime_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageQuantizeRGBToIndex.vtkImageQuantizeRGBToIndex_GetInputType_03 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImageQuantizeRGBToIndex.vtkImageQuantizeRGBToIndex_GetLookupIndexExecuteTime_04 | ( | HandleRef | pThis | ) | [private] |
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_GetNumberOfColors_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageQuantizeRGBToIndex.vtkImageQuantizeRGBToIndex_GetNumberOfColorsMaxValue_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageQuantizeRGBToIndex.vtkImageQuantizeRGBToIndex_GetNumberOfColorsMinValue_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageQuantizeRGBToIndex.vtkImageQuantizeRGBToIndex_IsA_09 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageQuantizeRGBToIndex.vtkImageQuantizeRGBToIndex_IsTypeOf_10 | ( | 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] |
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.