VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Imaging
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 "
vtkImageDecomposeFilter.h
"
39
40
class
VTK_IMAGING_EXPORT
vtkImageCityBlockDistance
:
public
vtkImageDecomposeFilter
41
{
42
public
:
43
static
vtkImageCityBlockDistance
*
New
();
44
vtkTypeMacro(
vtkImageCityBlockDistance
,
vtkImageDecomposeFilter
);
45
46
protected
:
47
vtkImageCityBlockDistance
();
48
~vtkImageCityBlockDistance
() {};
49
50
virtual
int
IterativeRequestUpdateExtent
(
vtkInformation
* in,
51
vtkInformation
* out);
52
virtual
int
IterativeRequestData
(
vtkInformation
*,
53
vtkInformationVector
**,
54
vtkInformationVector
*);
55
56
void
AllocateOutputScalars(
vtkImageData
*outData,
57
int
* updateExtent,
58
int
* wholeExtent);
59
60
private
:
61
vtkImageCityBlockDistance
(
const
vtkImageCityBlockDistance
&);
// Not implemented.
62
void
operator=(
const
vtkImageCityBlockDistance
&);
// Not implemented.
63
};
64
65
#endif
66
67
68
Generated on Thu Mar 13 2014 08:10:15 for VTK by
1.8.1.2