Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Loading...
Searching...
No Matches
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 */
15
16#ifndef __vtkSlicerBaseLogic_h
17#define __vtkSlicerBaseLogic_h
18
19#include "vtkSlicerBaseLogicExport.h"
20
21#endif