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: vtkSlicerBaseLogic.h,v $ 00010 Date: $Date: 2010-02-15 16:35:35 -0500 (Mon, 15 Feb 2010) $ 00011 Version: $Revision: 12142 $ 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 // 00026 // 00027 #if ( (VTK_MAJOR_VERSION >= 5) || ( VTK_MAJOR_VERSION == 4 && VTK_MINOR_VERSION >= 5 ) ) 00028 #define Slicer3_VTK5 00029 #endif 00030 00031 #include "vtkSlicerBaseLogicWin32Header.h"
1.6.1