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 =========================================================================*/
34 #ifndef vtkImageCityBlockDistance_h
35 #define vtkImageCityBlockDistance_h
36 
37 
38 #include "vtkImagingGeneralModule.h" // For export macro
40 
42 {
43 public:
46 
47 protected:
50 
52  vtkInformation* out);
56 
57  void AllocateOutputScalars(vtkImageData *outData,
58  int* updateExtent,
59  int* wholeExtent,
60  vtkInformation* outInfo);
61 
62 private:
63  vtkImageCityBlockDistance(const vtkImageCityBlockDistance&); // Not implemented.
64  void operator=(const vtkImageCityBlockDistance&); // Not implemented.
65 };
66 
67 #endif
68 
69 
70 
71 // VTK-HeaderTest-Exclude: vtkImageCityBlockDistance.h
Store vtkAlgorithm input/output information.
topologically and geometrically regular array of data
Definition: vtkImageData.h:44
virtual int IterativeRequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define VTKIMAGINGGENERAL_EXPORT
Store zero or more vtkInformation instances.
static vtkAlgorithm * New()
Filters that execute axes in series.
virtual int IterativeRequestUpdateExtent(vtkInformation *in, vtkInformation *out)