VTK
vtkImageCorrelation.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkImageCorrelation.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 =========================================================================*/
29 #ifndef vtkImageCorrelation_h
30 #define vtkImageCorrelation_h
31 
32 
33 
34 #include "vtkImagingGeneralModule.h" // For export macro
36 
38 {
39 public:
42  void PrintSelf(ostream& os, vtkIndent indent);
43 
45 
47  vtkSetClampMacro(Dimensionality,int,2,3);
48  vtkGetMacro(Dimensionality,int);
50 
52  virtual void SetInput1Data(vtkDataObject *in) { this->SetInputData(0,in); }
53 
55  virtual void SetInput2Data(vtkDataObject *in) { this->SetInputData(1,in); }
56 
57 protected:
60 
68 
69  virtual void ThreadedRequestData(vtkInformation *request,
70  vtkInformationVector **inputVector,
71  vtkInformationVector *outputVector,
72  vtkImageData ***inData,
73  vtkImageData **outData,
74  int extent[6], int threadId);
75 
76 private:
77  vtkImageCorrelation(const vtkImageCorrelation&); // Not implemented.
78  void operator=(const vtkImageCorrelation&); // Not implemented.
79 };
80 
81 #endif
82 
83 
84 
vtkImageCorrelation::RequestUpdateExtent
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkImageCorrelation::SetInput1Data
virtual void SetInput1Data(vtkDataObject *in)
Definition: vtkImageCorrelation.h:52
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
vtkImageCorrelation::RequestInformation
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkImageCorrelation::~vtkImageCorrelation
~vtkImageCorrelation()
Definition: vtkImageCorrelation.h:59
vtkgl::in
GLuint in
Definition: vtkgl.h:16905
vtkThreadedImageAlgorithm.h
vtkImageCorrelation::ThreadedRequestData
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
vtkImageAlgorithm::SetInputData
void SetInputData(vtkDataObject *)
vtkSetClampMacro
#define vtkSetClampMacro(name, type, min, max)
Definition: vtkSetGet.h:143
vtkImageCorrelation::Dimensionality
int Dimensionality
Definition: vtkImageCorrelation.h:61
vtkImageCorrelation
Correlation imageof the two inputs.
Definition: vtkImageCorrelation.h:38
vtkImagingGeneralModule.h
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:45
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkImageCorrelation::SetInput2Data
virtual void SetInput2Data(vtkDataObject *in)
Definition: vtkImageCorrelation.h:55
vtkImageCorrelation::vtkImageCorrelation
vtkImageCorrelation()
VTKIMAGINGGENERAL_EXPORT
#define VTKIMAGINGGENERAL_EXPORT
Definition: vtkImagingGeneralModule.h:15
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkImageCorrelation::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkX3D::extent
@ extent
Definition: vtkX3D.h:345
vtkDataObject
general representation of visualization data
Definition: vtkDataObject.h:65
vtkImageCorrelation::New
static vtkImageCorrelation * New()