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
42class VTKIMAGINGGENERAL_EXPORT vtkImageCityBlockDistance : public vtkImageDecomposeFilter
43{
44public:
47
48protected:
51
53 vtkInformation* out);
57
59 int* updateExtent,
60 int* wholeExtent,
61 vtkInformation* outInfo);
62
63private:
64 vtkImageCityBlockDistance(const vtkImageCityBlockDistance&) VTK_DELETE_FUNCTION;
65 void operator=(const vtkImageCityBlockDistance&) VTK_DELETE_FUNCTION;
66};
67
68#endif
69
70
71
72// VTK-HeaderTest-Exclude: vtkImageCityBlockDistance.h
static vtkImageCityBlockDistance * New()
void AllocateOutputScalars(vtkImageData *outData, int *updateExtent, int *wholeExtent, vtkInformation *outInfo)
virtual int IterativeRequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out)
topologically and geometrically regular array of data
Definition: vtkImageData.h:46
Filters that execute axes in series.
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.