Converts HSV components to RGB.
More...
#include <vtkImageHSVToRGB.h>
Inherits vtkThreadedImageAlgorithm.
Converts HSV components to RGB.
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.
- See Also
- vtkImageRGBToHSV
- Tests:
- vtkImageHSVToRGB (Tests)
Definition at line 36 of file vtkImageHSVToRGB.h.
vtkImageHSVToRGB::vtkImageHSVToRGB |
( |
| ) |
|
|
protected |
vtkImageHSVToRGB::~vtkImageHSVToRGB |
( |
| ) |
|
|
inlineprotected |
static int vtkImageHSVToRGB::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageHSVToRGB::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageHSVToRGB::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkImageHSVToRGB::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkImageHSVToRGB::SetMaximum |
( |
double |
| ) |
|
|
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.
virtual double 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.
void vtkImageHSVToRGB::ThreadedExecute |
( |
vtkImageData * |
inData, |
|
|
vtkImageData * |
outData, |
|
|
int |
ext[6], |
|
|
int |
id |
|
) |
| |
|
protected |
double vtkImageHSVToRGB::Maximum |
|
protected |
The documentation for this class was generated from the following file: