VTK
vtkImageVariance3D.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkImageVariance3D.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 vtkImageVariance3D_h
30 #define vtkImageVariance3D_h
31 
32 
33 #include "vtkImagingGeneralModule.h" // For export macro
35 
37 
39 {
40 public:
43  void PrintSelf(ostream& os, vtkIndent indent);
44 
48  void SetKernelSize(int size0, int size1, int size2);
49 
50 protected:
53 
55 
56  virtual int RequestInformation (vtkInformation *request,
57  vtkInformationVector **inputVector,
58  vtkInformationVector *outputVector);
59 
61  vtkInformationVector **inputVector,
62  vtkInformationVector *outputVector,
63  vtkImageData ***inData, vtkImageData **outData,
64  int extent[6], int id);
65  virtual int RequestData(vtkInformation *request,
66  vtkInformationVector **inputVector,
67  vtkInformationVector *outputVector);
68 
69 private:
70  vtkImageVariance3D(const vtkImageVariance3D&); // Not implemented.
71  void operator=(const vtkImageVariance3D&); // Not implemented.
72 };
73 
74 #endif
vtkImageVariance3D::RequestInformation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkImageVariance3D::SetKernelSize
void SetKernelSize(int size0, int size1, int size2)
vtkImageVariance3D::New
static vtkImageVariance3D * New()
vtkImageVariance3D::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkImageVariance3D::vtkImageVariance3D
vtkImageVariance3D()
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkImageVariance3D::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkImagingGeneralModule.h
vtkImageVariance3D::ThreadedRequestData
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int id)
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:45
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
VTKIMAGINGGENERAL_EXPORT
#define VTKIMAGINGGENERAL_EXPORT
Definition: vtkImagingGeneralModule.h:15
vtkImageSpatialAlgorithm.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkImageVariance3D::Ellipse
vtkImageEllipsoidSource * Ellipse
Definition: vtkImageVariance3D.h:54
vtkImageVariance3D::~vtkImageVariance3D
~vtkImageVariance3D()
vtkX3D::extent
@ extent
Definition: vtkX3D.h:345
vtkImageEllipsoidSource
Create a binary image of an ellipsoid.
Definition: vtkImageEllipsoidSource.h:33
vtkImageSpatialAlgorithm
Filters that operate on pixel neighborhoods.
Definition: vtkImageSpatialAlgorithm.h:34
vtkImageVariance3D
Variance in a neighborhood.
Definition: vtkImageVariance3D.h:39