VTK
vtkSimpleImageFilterExample.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkSimpleImageFilterExample.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 vtkSimpleImageFilterExample_h
30 #define vtkSimpleImageFilterExample_h
31 
32 #include "vtkImagingGeneralModule.h" // For export macro
34 
35 class VTKIMAGINGGENERAL_EXPORT vtkSimpleImageFilterExample : public vtkSimpleImageToImageFilter
36 {
37 public:
40 
41 protected:
42 
45 
46  virtual void SimpleExecute(vtkImageData* input, vtkImageData* output);
47 private:
48  vtkSimpleImageFilterExample(const vtkSimpleImageFilterExample&) VTK_DELETE_FUNCTION;
49  void operator=(const vtkSimpleImageFilterExample&) VTK_DELETE_FUNCTION;
50 };
51 
52 #endif
53 
54 
55 
56 
57 
58 
59 
60 // VTK-HeaderTest-Exclude: vtkSimpleImageFilterExample.h
virtual void SimpleExecute(vtkImageData *input, vtkImageData *output)=0
Simple example of an image-image filter.
topologically and geometrically regular array of data
Definition: vtkImageData.h:45
Generic image filter with one input.
static vtkAlgorithm * New()