VTK  9.3.20240416
vtkImageCityBlockDistance.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
42 #ifndef vtkImageCityBlockDistance_h
43 #define vtkImageCityBlockDistance_h
44 
46 #include "vtkImagingGeneralModule.h" // For export macro
47 
48 VTK_ABI_NAMESPACE_BEGIN
49 class VTKIMAGINGGENERAL_EXPORT vtkImageCityBlockDistance : public vtkImageDecomposeFilter
50 {
51 public:
54  void PrintSelf(ostream& os, vtkIndent indent) override;
55 
56 protected:
58  ~vtkImageCityBlockDistance() override = default;
59 
62 
64  vtkImageData* outData, int* updateExtent, int* wholeExtent, vtkInformation* outInfo);
65 
66 private:
68  void operator=(const vtkImageCityBlockDistance&) = delete;
69 };
70 
71 VTK_ABI_NAMESPACE_END
72 #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:156
Filters that execute axes in series.
a simple class to control print indentation
Definition: vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.