VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Imaging
vtkImageLuminance.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkImageLuminance.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
=========================================================================*/
27
#ifndef __vtkImageLuminance_h
28
#define __vtkImageLuminance_h
29
30
31
#include "
vtkThreadedImageAlgorithm.h
"
32
33
class
VTK_IMAGING_EXPORT
vtkImageLuminance
:
public
vtkThreadedImageAlgorithm
34
{
35
public
:
36
static
vtkImageLuminance
*
New
();
37
vtkTypeMacro(
vtkImageLuminance
,
vtkThreadedImageAlgorithm
);
38
39
protected
:
40
vtkImageLuminance
();
41
~vtkImageLuminance
() {};
42
43
virtual
int
RequestInformation
(
vtkInformation
*,
vtkInformationVector
**,
44
vtkInformationVector
*);
45
46
void
ThreadedExecute
(
vtkImageData
*inData,
vtkImageData
*outData,
47
int
outExt[6],
int
id
);
48
49
private
:
50
vtkImageLuminance
(
const
vtkImageLuminance
&);
// Not implemented.
51
void
operator=(
const
vtkImageLuminance
&);
// Not implemented.
52
};
53
54
#endif
55
56
57
58
59
60
61
62
63
64
Generated on Sun Sep 9 2012 13:03:40 for VTK by
1.8.1.2