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 =========================================================================*/
32 #ifndef vtkImageCityBlockDistance_h
33 #define vtkImageCityBlockDistance_h
34 
35 
36 #include "vtkImagingGeneralModule.h" // For export macro
38 
39 class VTKIMAGINGGENERAL_EXPORT vtkImageCityBlockDistance : public vtkImageDecomposeFilter
40 {
41 public:
44 
45 protected:
47  ~vtkImageCityBlockDistance()VTK_OVERRIDE {}
48 
50  vtkInformation* out) VTK_OVERRIDE;
53  vtkInformationVector*) VTK_OVERRIDE;
54 
55  void AllocateOutputScalars(vtkImageData *outData,
56  int* updateExtent,
57  int* wholeExtent,
58  vtkInformation* outInfo);
59 
60 private:
61  vtkImageCityBlockDistance(const vtkImageCityBlockDistance&) VTK_DELETE_FUNCTION;
62  void operator=(const vtkImageCityBlockDistance&) VTK_DELETE_FUNCTION;
63 };
64 
65 #endif
66 
67 
68 
69 // VTK-HeaderTest-Exclude: vtkImageCityBlockDistance.h
Store vtkAlgorithm input/output information.
topologically and geometrically regular array of data
Definition: vtkImageData.h:39
virtual int IterativeRequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Store zero or more vtkInformation instances.
static vtkAlgorithm * New()
Filters that execute axes in series.
virtual int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out)