VTK
dox
Imaging
Color
vtkImageHSIToRGB.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkImageHSIToRGB.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
30
#ifndef vtkImageHSIToRGB_h
31
#define vtkImageHSIToRGB_h
32
33
#include "vtkImagingColorModule.h"
// For export macro
34
#include "
vtkThreadedImageAlgorithm.h
"
35
36
class
VTKIMAGINGCOLOR_EXPORT
vtkImageHSIToRGB
:
public
vtkThreadedImageAlgorithm
37
{
38
public
:
39
static
vtkImageHSIToRGB
*
New
();
40
vtkTypeMacro(
vtkImageHSIToRGB
,
vtkThreadedImageAlgorithm
);
41
42
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
43
45
51
vtkSetMacro(Maximum,
double
);
52
vtkGetMacro(Maximum,
double
);
54
55
protected
:
56
vtkImageHSIToRGB
();
57
~vtkImageHSIToRGB
()
override
{}
58
59
double
Maximum
;
60
61
void
ThreadedExecute
(
vtkImageData
*inData,
vtkImageData
*outData,
62
int
ext[6],
int
id
)
override
;
63
private
:
64
vtkImageHSIToRGB
(
const
vtkImageHSIToRGB
&) =
delete
;
65
void
operator=(
const
vtkImageHSIToRGB
&) =
delete
;
66
};
67
68
#endif
69
70
71
vtkThreadedImageAlgorithm
Generic filter that has one input.
Definition:
vtkThreadedImageAlgorithm.h:43
vtkThreadedImageAlgorithm.h
vtkThreadedImageAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkImageData
topologically and geometrically regular array of data
Definition:
vtkImageData.h:45
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkAlgorithm::New
static vtkAlgorithm * New()
vtkImageHSIToRGB::Maximum
double Maximum
Definition:
vtkImageHSIToRGB.h:59
vtkThreadedImageAlgorithm::ThreadedExecute
virtual void ThreadedExecute(vtkImageData *inData, vtkImageData *outData, int extent[6], int threadId)
vtkImageHSIToRGB
Converts HSI components to RGB.
Definition:
vtkImageHSIToRGB.h:36
vtkImageHSIToRGB::~vtkImageHSIToRGB
~vtkImageHSIToRGB() override
Definition:
vtkImageHSIToRGB.h:57
Generated by
1.8.16