#include <vtkImageHSVToRGB.h>
Inheritance diagram for vtkImageHSVToRGB:
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.
Definition at line 50 of file vtkImageHSVToRGB.h.
Public Types | |
typedef vtkImageToImageFilter | Superclass |
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetMaximum (float) |
virtual float | GetMaximum () |
Static Public Methods | |
vtkImageHSVToRGB * | New () |
int | IsTypeOf (const char *type) |
vtkImageHSVToRGB * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageHSVToRGB () | |
~vtkImageHSVToRGB () | |
void | ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int ext[6], int id) |
Protected Attributes | |
float | Maximum |
|
Reimplemented from vtkImageToImageFilter. Definition at line 54 of file vtkImageHSVToRGB.h. |
|
|
|
Definition at line 69 of file vtkImageHSVToRGB.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Reimplemented from vtkImageToImageFilter. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. |
|
Reimplemented from vtkImageToImageFilter. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkImageToImageFilter. |
|
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. |
|
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. |
|
If the subclass does not define an Execute method, then the task will be broken up, multiple threads will be spawned, and each thread will call this method. It is public so that the thread functions can call this method. Reimplemented from vtkImageToImageFilter. |
|
Definition at line 71 of file vtkImageHSVToRGB.h. |