VTK  9.0.1
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 =========================================================================*/
32 #ifndef vtkImageCityBlockDistance_h
33 #define vtkImageCityBlockDistance_h
34 
36 #include "vtkImagingGeneralModule.h" // For export macro
37 
38 class VTKIMAGINGGENERAL_EXPORT vtkImageCityBlockDistance : public vtkImageDecomposeFilter
39 {
40 public:
43 
44 protected:
47 
50 
52  vtkImageData* outData, int* updateExtent, int* wholeExtent, vtkInformation* outInfo);
53 
54 private:
56  void operator=(const vtkImageCityBlockDistance&) = delete;
57 };
58 
59 #endif
60 
61 // VTK-HeaderTest-Exclude: vtkImageCityBlockDistance.h
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:36
vtkImageCityBlockDistance::IterativeRequestData
int IterativeRequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
vtkImageCityBlockDistance::New
static vtkImageCityBlockDistance * New()
vtkImageCityBlockDistance
1,2 or 3D distance map.
Definition: vtkImageCityBlockDistance.h:39
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:42
vtkImageDecomposeFilter
Filters that execute axes in series.
Definition: vtkImageDecomposeFilter.h:33
vtkImageCityBlockDistance::vtkImageCityBlockDistance
vtkImageCityBlockDistance()
vtkImageCityBlockDistance::IterativeRequestUpdateExtent
int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out) override
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:65
vtkImageCityBlockDistance::AllocateOutputScalars
void AllocateOutputScalars(vtkImageData *outData, int *updateExtent, int *wholeExtent, vtkInformation *outInfo)
vtkImageCityBlockDistance::~vtkImageCityBlockDistance
~vtkImageCityBlockDistance() override
Definition: vtkImageCityBlockDistance.h:46
vtkImageDecomposeFilter.h