VTK  9.2.6
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 =========================================================================*/
54 #ifndef vtkImageCityBlockDistance_h
55 #define vtkImageCityBlockDistance_h
56 
58 #include "vtkImagingGeneralModule.h" // For export macro
59 
60 class VTKIMAGINGGENERAL_EXPORT vtkImageCityBlockDistance : public vtkImageDecomposeFilter
61 {
62 public:
65  void PrintSelf(ostream& os, vtkIndent indent) override;
66 
67 protected:
69  ~vtkImageCityBlockDistance() override = default;
70 
73 
75  vtkImageData* outData, int* updateExtent, int* wholeExtent, vtkInformation* outInfo);
76 
77 private:
79  void operator=(const vtkImageCityBlockDistance&) = delete;
80 };
81 
82 #endif
int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out) override
void AllocateOutputScalars(vtkImageData *outData, int *updateExtent, int *wholeExtent, vtkInformation *outInfo)
int IterativeRequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
void PrintSelf(ostream &os, vtkIndent indent) override
Construct an instance of vtkImageDecomposeFilter filter with default dimensionality 3.
static vtkImageCityBlockDistance * New()
~vtkImageCityBlockDistance() override=default
topologically and geometrically regular array of data
Definition: vtkImageData.h:163
Filters that execute axes in series.
a simple class to control print indentation
Definition: vtkIndent.h:119
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.