VTK
/Users/kitware/Dashboards/MyTests/VTK_BLD_Release_docs/Utilities/Doxygen/dox/Imaging/General/vtkSimpleImageFilterExample.h
Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    vtkSimpleImageFilterExample.h
00005 
00006   Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
00007   All rights reserved.
00008   See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
00009 
00010      This software is distributed WITHOUT ANY WARRANTY; without even
00011      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012      PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00028 #ifndef vtkSimpleImageFilterExample_h
00029 #define vtkSimpleImageFilterExample_h
00030 
00031 #include "vtkImagingGeneralModule.h" // For export macro
00032 #include "vtkSimpleImageToImageFilter.h"
00033 
00034 class VTKIMAGINGGENERAL_EXPORT vtkSimpleImageFilterExample : public vtkSimpleImageToImageFilter
00035 {
00036 public:
00037   static vtkSimpleImageFilterExample *New();
00038   vtkTypeMacro(vtkSimpleImageFilterExample,vtkSimpleImageToImageFilter);
00039 
00040 protected:
00041 
00042   vtkSimpleImageFilterExample() {}
00043   ~vtkSimpleImageFilterExample() {}
00044 
00045   virtual void SimpleExecute(vtkImageData* input, vtkImageData* output);
00046 private:
00047   vtkSimpleImageFilterExample(const vtkSimpleImageFilterExample&);  // Not implemented.
00048   void operator=(const vtkSimpleImageFilterExample&);  // Not implemented.
00049 };
00050 
00051 #endif
00052 
00053 
00054 
00055 
00056 
00057 
00058 
00059 // VTK-HeaderTest-Exclude: vtkSimpleImageFilterExample.h