VTK  9.3.0
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
32#ifndef vtkImageCityBlockDistance_h
33#define vtkImageCityBlockDistance_h
34
36#include "vtkImagingGeneralModule.h" // For export macro
37
38VTK_ABI_NAMESPACE_BEGIN
39class VTKIMAGINGGENERAL_EXPORT vtkImageCityBlockDistance : public vtkImageDecomposeFilter
40{
41public:
44 void PrintSelf(ostream& os, vtkIndent indent) override;
45
46protected:
48 ~vtkImageCityBlockDistance() override = default;
49
52
54 vtkImageData* outData, int* updateExtent, int* wholeExtent, vtkInformation* outInfo);
55
56private:
58 void operator=(const vtkImageCityBlockDistance&) = delete;
59};
60
61VTK_ABI_NAMESPACE_END
62#endif
static vtkImageCityBlockDistance * New()
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
Methods invoked by print to print information about the object including superclasses.
~vtkImageCityBlockDistance() override=default
topologically and geometrically regular array of data
Filters that execute axes in series.
a simple class to control print indentation
Definition vtkIndent.h:38
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.