vtkgdcm
|
Converts YBR components to RGB. More...
#include <vtkImageRGBToYBR.h>
Inherits vtkThreadedImageAlgorithm.
Public Types | |
typedef vtkThreadedImageAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkImageRGBToYBR * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageRGBToYBR * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageRGBToYBR () | |
~vtkImageRGBToYBR () | |
void | ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int ext[6], int id) |
Converts YBR 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.
Definition at line 47 of file vtkImageRGBToYBR.h.
typedef vtkThreadedImageAlgorithm vtkImageRGBToYBR::Superclass |
Definition at line 51 of file vtkImageRGBToYBR.h.
|
protected |
|
inlineprotected |
Definition at line 57 of file vtkImageRGBToYBR.h.
|
static |
|
virtual |
|
static |
|
virtual |
|
static |
void vtkImageRGBToYBR::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
protected |