VTK
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 "vtkImagingColorModule.h" // For export macro
33 
35 {
36 public:
39 
40 protected:
43 
46 
47  void ThreadedExecute (vtkImageData *inData, vtkImageData *outData,
48  int outExt[6], int id);
49 
50 private:
51  vtkImageLuminance(const vtkImageLuminance&); // Not implemented.
52  void operator=(const vtkImageLuminance&); // Not implemented.
53 };
54 
55 #endif
56 
57 
58 
59 
60 
61 
62 
63 
64 
65 
66 // VTK-HeaderTest-Exclude: vtkImageLuminance.h
vtkImageLuminance::vtkImageLuminance
vtkImageLuminance()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkThreadedImageAlgorithm
Generic filter that has one input..
Definition: vtkThreadedImageAlgorithm.h:37
vtkImageLuminance::RequestInformation
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkImageLuminance::ThreadedExecute
void ThreadedExecute(vtkImageData *inData, vtkImageData *outData, int outExt[6], int id)
vtkThreadedImageAlgorithm.h
VTKIMAGINGCOLOR_EXPORT
#define VTKIMAGINGCOLOR_EXPORT
Definition: vtkImagingColorModule.h:15
vtkImageLuminance::~vtkImageLuminance
~vtkImageLuminance()
Definition: vtkImageLuminance.h:42
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:45
vtkImageLuminance::New
static vtkImageLuminance * New()
vtkImagingColorModule.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkImageLuminance
Computes the luminance of the input.
Definition: vtkImageLuminance.h:35