ActiViz .NET
5.8.0
|
vtkImageHSVToRGB - Converts HSV components to RGB. More...
Public Member Functions | |
vtkImageHSVToRGB (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageHSVToRGB () | |
Undocumented Block. | |
virtual double | GetMaximum () |
Hue is an angle. Maximum specifies when it maps back to 0. HueMaximum defaults to 255 instead of 2PI, because unsigned char is expected as input. Maximum also specifies the maximum of the Saturation, and R, G, B. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageHSVToRGB | NewInstance () |
Undocumented Block. | |
virtual void | SetMaximum (double _arg) |
Hue is an angle. Maximum specifies when it maps back to 0. HueMaximum defaults to 255 instead of 2PI, because unsigned char is expected as input. Maximum also specifies the maximum of the Saturation, and R, G, B. | |
Static Public Member Functions | |
static new vtkImageHSVToRGB | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageHSVToRGB | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageHSVToRGB" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "16vtkImageHSVToRGB" |
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 | vtkImageHSVToRGB_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkImageHSVToRGB_GetMaximum_01 (HandleRef pThis) |
static internal int | vtkImageHSVToRGB_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkImageHSVToRGB_IsTypeOf_03 (string type) |
static internal IntPtr | vtkImageHSVToRGB_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageHSVToRGB_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageHSVToRGB_SetMaximum_07 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkImageHSVToRGB () |
Automatically generated type registration mechanics. |
vtkImageHSVToRGB - Converts HSV components to RGB.
Description For each pixel with hue, saturation and value components this filter outputs the color coded as red, green, blue. Output type must be the same as input type.
static Kitware.VTK.vtkImageHSVToRGB.vtkImageHSVToRGB | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageHSVToRGB.vtkImageHSVToRGB | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageHSVToRGB.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.
virtual double Kitware.VTK.vtkImageHSVToRGB.GetMaximum | ( | ) | [virtual] |
Hue is an angle. Maximum specifies when it maps back to 0. HueMaximum defaults to 255 instead of 2PI, because unsigned char is expected as input. Maximum also specifies the maximum of the Saturation, and R, G, B.
override int Kitware.VTK.vtkImageHSVToRGB.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new int Kitware.VTK.vtkImageHSVToRGB.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new vtkImageHSVToRGB Kitware.VTK.vtkImageHSVToRGB.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new vtkImageHSVToRGB Kitware.VTK.vtkImageHSVToRGB.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
virtual void Kitware.VTK.vtkImageHSVToRGB.SetMaximum | ( | double | _arg | ) | [virtual] |
Hue is an angle. Maximum specifies when it maps back to 0. HueMaximum defaults to 255 instead of 2PI, because unsigned char is expected as input. Maximum also specifies the maximum of the Saturation, and R, G, B.
static internal double Kitware.VTK.vtkImageHSVToRGB.vtkImageHSVToRGB_GetMaximum_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageHSVToRGB.vtkImageHSVToRGB_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageHSVToRGB.vtkImageHSVToRGB_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageHSVToRGB.vtkImageHSVToRGB_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageHSVToRGB.vtkImageHSVToRGB_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageHSVToRGB.vtkImageHSVToRGB_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageHSVToRGB.vtkImageHSVToRGB_SetMaximum_07 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageHSVToRGB.MRClassNameKey = "16vtkImageHSVToRGB" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
new const string Kitware.VTK.vtkImageHSVToRGB.MRFullTypeName = "Kitware.VTK.vtkImageHSVToRGB" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.