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
35class VTKIMAGINGGENERAL_EXPORT vtkSimpleImageFilterExample : public vtkSimpleImageToImageFilter
36{
37public:
40
41protected:
42
45
46 virtual void SimpleExecute(vtkImageData* input, vtkImageData* output);
47private:
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
topologically and geometrically regular array of data
Definition: vtkImageData.h:46
Simple example of an image-image filter.
virtual void SimpleExecute(vtkImageData *input, vtkImageData *output)
static vtkSimpleImageFilterExample * New()
Generic image filter with one input.