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