vtkIntensityNormalizationFilter.h

Go to the documentation of this file.
00001 /*=auto=========================================================================
00002 
00003   Portions (c) Copyright 2005 Brigham and Women's Hospital (BWH) All Rights Reserved.
00004 
00005   See Doc/copyright/copyright.txt
00006   or http://www.slicer.org/copyright/copyright.txt for details.
00007 
00008   Program:   3D Slicer
00009   Module:    $RCSfile: vtkIntensityNormalizationFilter.h,v $
00010   Date:      $Date: 2006/01/06 17:56:51 $
00011   Version:   $Revision: 1.6 $
00012 
00013 =========================================================================auto=*/
00014 
00015 /*
00016  * This is needed for loading slicer code as module.
00017  * Added here to isolate the changes to the main files in case
00018  * further mods are needed.
00019  * - sp 2002-04-19
00020  */
00021 
00022 
00023 //
00024 // use an ifdef on Slicer3_VTK5 to flag code that won't
00025 // compile on vtk4.4 and before
00026 //
00027 #if ( (VTK_MAJOR_VERSION >= 5) || ( VTK_MAJOR_VERSION == 4 && VTK_MINOR_VERSION >= 5 ) )
00028 #define Slicer3_VTK5
00029 #endif
00030 
00031 #include "vtkIntensityNormalizationFilterWin32Header.h"

Generated on 6 Apr 2011 for Slicer3 by  doxygen 1.6.1