VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Imaging
vtkImageDivergence.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkImageDivergence.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
=========================================================================*/
29
#ifndef __vtkImageDivergence_h
30
#define __vtkImageDivergence_h
31
32
#include "
vtkThreadedImageAlgorithm.h
"
33
34
class
VTK_IMAGING_EXPORT
vtkImageDivergence
:
public
vtkThreadedImageAlgorithm
35
{
36
public
:
37
static
vtkImageDivergence
*
New
();
38
vtkTypeMacro(
vtkImageDivergence
,
vtkThreadedImageAlgorithm
);
39
40
protected
:
41
vtkImageDivergence
();
42
~vtkImageDivergence
() {};
43
44
virtual
int
RequestUpdateExtent
(
vtkInformation
*,
45
vtkInformationVector
**,
46
vtkInformationVector
*);
47
virtual
int
RequestInformation
(
vtkInformation
*,
48
vtkInformationVector
**,
49
vtkInformationVector
*);
50
void
ThreadedExecute
(
vtkImageData
*inData,
vtkImageData
*outData,
51
int
ext[6],
int
id
);
52
53
private
:
54
vtkImageDivergence
(
const
vtkImageDivergence
&);
// Not implemented.
55
void
operator=(
const
vtkImageDivergence
&);
// Not implemented.
56
};
57
58
#endif
59
60
61
Generated on Wed Nov 21 2012 21:33:57 for VTK by
1.8.2