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 =========================================================================*/
35 #ifndef vtkImageCityBlockDistance_h
36 #define vtkImageCityBlockDistance_h
37 
39 #include "vtkImagingGeneralModule.h" // For export macro
40 
41 class VTKIMAGINGGENERAL_EXPORT vtkImageCityBlockDistance : public vtkImageDecomposeFilter
42 {
43 public:
46  void PrintSelf(ostream& os, vtkIndent indent) override;
47 
48 protected:
50  ~vtkImageCityBlockDistance() override = default;
51 
54 
55  void AllocateOutputScalars(
56  vtkImageData* outData, int* updateExtent, int* wholeExtent, vtkInformation* outInfo);
57 
58 private:
60  void operator=(const vtkImageCityBlockDistance&) = delete;
61 };
62 
63 #endif
Store vtkAlgorithm input/output information.
void PrintSelf(ostream &os, vtkIndent indent) override
Construct an instance of vtkImageDecomposeFilter filter with default dimensionality 3...
a simple class to control print indentation
Definition: vtkIndent.h:39
topologically and geometrically regular array of data
Definition: vtkImageData.h:53
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)