VTK
vtkImageCityBlockDistance.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkImageCityBlockDistance.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 =========================================================================*/
34 #ifndef vtkImageCityBlockDistance_h
35 #define vtkImageCityBlockDistance_h
36 
37 
38 #include "vtkImagingGeneralModule.h" // For export macro
40 
42 {
43 public:
46 
47 protected:
50 
52  vtkInformation* out);
56 
58  int* updateExtent,
59  int* wholeExtent,
60  vtkInformation* outInfo);
61 
62 private:
63  vtkImageCityBlockDistance(const vtkImageCityBlockDistance&); // Not implemented.
64  void operator=(const vtkImageCityBlockDistance&); // Not implemented.
65 };
66 
67 #endif
68 
69 
70 
71 // VTK-HeaderTest-Exclude: vtkImageCityBlockDistance.h
vtkImageCityBlockDistance::IterativeRequestUpdateExtent
virtual int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkImageCityBlockDistance::~vtkImageCityBlockDistance
~vtkImageCityBlockDistance()
Definition: vtkImageCityBlockDistance.h:49
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkgl::in
GLuint in
Definition: vtkgl.h:16905
vtkImageCityBlockDistance::IterativeRequestData
virtual int IterativeRequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkImageCityBlockDistance::New
static vtkImageCityBlockDistance * New()
vtkImagingGeneralModule.h
vtkImageCityBlockDistance
1,2 or 3D distance map.
Definition: vtkImageCityBlockDistance.h:42
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:45
VTKIMAGINGGENERAL_EXPORT
#define VTKIMAGINGGENERAL_EXPORT
Definition: vtkImagingGeneralModule.h:15
vtkImageDecomposeFilter
Filters that execute axes in series.
Definition: vtkImageDecomposeFilter.h:33
vtkImageCityBlockDistance::vtkImageCityBlockDistance
vtkImageCityBlockDistance()
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkImageCityBlockDistance::AllocateOutputScalars
void AllocateOutputScalars(vtkImageData *outData, int *updateExtent, int *wholeExtent, vtkInformation *outInfo)
vtkImageDecomposeFilter.h