VTK
vtkImageRange3D.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkImageRange3D.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 =========================================================================*/
26 #ifndef vtkImageRange3D_h
27 #define vtkImageRange3D_h
28 
29 
30 #include "vtkImagingGeneralModule.h" // For export macro
32 
34 
36 {
37 public:
38  static vtkImageRange3D *New();
40  void PrintSelf(ostream& os, vtkIndent indent);
41 
45  void SetKernelSize(int size0, int size1, int size2);
46 
47 protected:
50 
52 
53  virtual int RequestInformation (vtkInformation *request,
54  vtkInformationVector **inputVector,
55  vtkInformationVector *outputVector);
57  vtkInformationVector **inputVector,
58  vtkInformationVector *outputVector,
59  vtkImageData ***inData, vtkImageData **outData,
60  int extent[6], int id);
61  virtual int RequestData(vtkInformation *request,
62  vtkInformationVector **inputVector,
63  vtkInformationVector *outputVector);
64 
65 private:
66  vtkImageRange3D(const vtkImageRange3D&); // Not implemented.
67  void operator=(const vtkImageRange3D&); // Not implemented.
68 };
69 
70 #endif
vtkImageRange3D::~vtkImageRange3D
~vtkImageRange3D()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkImageRange3D::vtkImageRange3D
vtkImageRange3D()
vtkImageRange3D::New
static vtkImageRange3D * New()
vtkImageRange3D::RequestInformation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
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
vtkImageRange3D::ThreadedRequestData
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int id)
vtkImageRange3D
Max - min of a circular neighborhood.
Definition: vtkImageRange3D.h:36
VTKIMAGINGGENERAL_EXPORT
#define VTKIMAGINGGENERAL_EXPORT
Definition: vtkImagingGeneralModule.h:15
vtkImageSpatialAlgorithm.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkX3D::extent
@ extent
Definition: vtkX3D.h:345
vtkImageEllipsoidSource
Create a binary image of an ellipsoid.
Definition: vtkImageEllipsoidSource.h:33
vtkImageRange3D::Ellipse
vtkImageEllipsoidSource * Ellipse
Definition: vtkImageRange3D.h:51
vtkImageSpatialAlgorithm
Filters that operate on pixel neighborhoods.
Definition: vtkImageSpatialAlgorithm.h:34
vtkImageRange3D::SetKernelSize
void SetKernelSize(int size0, int size1, int size2)
vtkImageRange3D::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkImageRange3D::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)