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  void SimpleExecute(vtkImageData* input, vtkImageData* output) override;
47 private:
49  void operator=(const vtkSimpleImageFilterExample&) = delete;
50 };
51 
52 #endif
53 
54 
55 
56 
57 
58 
59 
60 // VTK-HeaderTest-Exclude: vtkSimpleImageFilterExample.h
vtkSimpleImageFilterExample::vtkSimpleImageFilterExample
vtkSimpleImageFilterExample()
Definition: vtkSimpleImageFilterExample.h:43
vtkSimpleImageToImageFilter::SimpleExecute
virtual void SimpleExecute(vtkImageData *input, vtkImageData *output)=0
vtkSimpleImageFilterExample
Simple example of an image-image filter.
Definition: vtkSimpleImageFilterExample.h:35
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:45
vtkSimpleImageToImageFilter
Generic image filter with one input.
Definition: vtkSimpleImageToImageFilter.h:46
vtkSimpleImageToImageFilter.h
vtkAlgorithm::New
static vtkAlgorithm * New()
vtkSimpleImageFilterExample::~vtkSimpleImageFilterExample
~vtkSimpleImageFilterExample() override
Definition: vtkSimpleImageFilterExample.h:44