|
Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
00001 /*=auto========================================================================= 00002 00003 Portions (c) Copyright 2005 Brigham and Women's Hospital (BWH) All Rights Reserved. 00004 00005 See COPYRIGHT.txt 00006 or http://www.slicer.org/copyright/copyright.txt for details. 00007 00008 =========================================================================auto=*/ 00009 00010 /* 00011 * This is needed for loading slicer code as module. 00012 * Added here to isolate the changes to the main files in case 00013 * further mods are needed. 00014 * - sp 2002-04-19 00015 */ 00016 00017 #ifndef __vtkSlicerBaseLogic_h 00018 #define __vtkSlicerBaseLogic_h 00019 00020 #include "vtkSlicerBaseLogicWin32Header.h" 00021 00022 #endif 00023
1.7.4