VTK  9.7.20260805
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
22
23#ifndef vtkImageCityBlockDistance_h
24#define vtkImageCityBlockDistance_h
25
27#include "vtkImagingGeneralModule.h" // For export macro
28
29VTK_ABI_NAMESPACE_BEGIN
30class VTKIMAGINGGENERAL_EXPORT vtkImageCityBlockDistance : public vtkImageDecomposeFilter
31{
32public:
35 void PrintSelf(ostream& os, vtkIndent indent) override;
36
37protected:
39 ~vtkImageCityBlockDistance() override = default;
40
43
44 void AllocateOutputScalars(vtkImageData* outData, VTK_FUTURE_CONST int updateExtent[6],
45 int wholeExtent[6], vtkInformation* outInfo);
46
47private:
49 void operator=(const vtkImageCityBlockDistance&) = delete;
50};
51
52VTK_ABI_NAMESPACE_END
53#endif
static vtkImageCityBlockDistance * New()
int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out) override
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
void AllocateOutputScalars(vtkImageData *outData, VTK_FUTURE_CONST int updateExtent[6], int wholeExtent[6], vtkInformation *outInfo)
topologically and geometrically regular array of data
a simple class to control print indentation
Definition vtkIndent.h:29
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.