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: MRML 00009 Module: $RCSfile: vtkMRML.h,v $ 00010 Date: $Date: 2010-01-22 14:39:45 -0500 (Fri, 22 Jan 2010) $ 00011 Version: $Rev: 11737 $ 00012 00013 =========================================================================auto=*/ 00014 00015 /* 00016 * This is needed for loading mrml code as module. 00017 */ 00018 00019 00020 // 00023 // 00024 #if ( (VTK_MAJOR_VERSION >= 5) || ( VTK_MAJOR_VERSION == 4 && VTK_MINOR_VERSION >= 5 ) ) 00025 #define MRML_VTK5 00026 #endif 00027 00028 #include "vtkMRMLWin32Header.h"
1.6.1