Slicer  5.3
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
vtkSlicerBaseLogic.h
Go to the documentation of this file.
1 /*=auto=========================================================================
2 
3  Portions (c) Copyright 2005 Brigham and Women's Hospital (BWH) All Rights Reserved.
4 
5  See COPYRIGHT.txt
6  or http://www.slicer.org/copyright/copyright.txt for details.
7 
8 =========================================================================auto=*/
9 
10 /*
11  * This is needed for loading slicer code as module.
12  * Added here to isolate the changes to the main files in case
13  * further mods are needed.
14  * - sp 2002-04-19
15  */
16 
17 #ifndef __vtkSlicerBaseLogic_h
18 #define __vtkSlicerBaseLogic_h
19 
20 #include "vtkSlicerBaseLogicExport.h"
21 
22 #endif
23