vtkgdcm
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkImageRGBToYBR Class Reference

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 vtkImageRGBToYBRNew ()
 
static int IsTypeOf (const char *type)
 
static vtkImageRGBToYBRSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkImageRGBToYBR ()
 
 ~vtkImageRGBToYBR ()
 
void ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int ext[6], int id)
 

Detailed Description

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.

See also
vtkImageRGBToHSV

Definition at line 47 of file vtkImageRGBToYBR.h.

Member Typedef Documentation

◆ Superclass

typedef vtkThreadedImageAlgorithm vtkImageRGBToYBR::Superclass

Definition at line 51 of file vtkImageRGBToYBR.h.

Constructor & Destructor Documentation

◆ vtkImageRGBToYBR()

vtkImageRGBToYBR::vtkImageRGBToYBR ( )
protected

◆ ~vtkImageRGBToYBR()

vtkImageRGBToYBR::~vtkImageRGBToYBR ( )
inlineprotected

Definition at line 57 of file vtkImageRGBToYBR.h.

Member Function Documentation

◆ New()

static vtkImageRGBToYBR* vtkImageRGBToYBR::New ( )
static

◆ GetClassName()

virtual const char* vtkImageRGBToYBR::GetClassName ( )
virtual

◆ IsTypeOf()

static int vtkImageRGBToYBR::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkImageRGBToYBR::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkImageRGBToYBR* vtkImageRGBToYBR::SafeDownCast ( vtkObject *  o)
static

◆ PrintSelf()

void vtkImageRGBToYBR::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ ThreadedExecute()

void vtkImageRGBToYBR::ThreadedExecute ( vtkImageData *  inData,
vtkImageData *  outData,
int  ext[6],
int  id 
)
protected

The documentation for this class was generated from the following file: