00001 /*========================================================================= 00002 00003 Program: F.R.E.E. - flexible registration evaluation engine 00004 Version: v.1.0.0 00005 Date: $Date: 2006/09/01 12:00:00 $ 00006 Module: $RCSfile: freConstantValues.h,v $ 00007 Language: C++ 00008 00009 00010 00011 Copyright (c) 2007 Ralf o Floca (Department of Medical Informatics, 00012 Institute for Medical Biometry and Informatics, University of Heidelberg, 00013 Germany). All rights reserved. 00014 See FREECopyright.txt or http://www.mi.med.uni-hd.de/free/copyright.htm 00015 for details. 00016 00017 This software is distributed WITHOUT ANY WARRANTY; without even 00018 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00019 PURPOSE. See the above copyright notices for more information. 00020 00021 =========================================================================*/ 00022 #ifndef __freConstantValues_h 00023 #define __freConstantValues_h 00024 00025 #include "freConstXMLTags.h" 00026 #include "freConstParameters.h" 00027 #include "freConstCallbackIDs.h" 00028 00029 namespace FREE 00030 { 00031 00034 const char* const csFREEGeneralPath = "FREE_GENERAL_PATH"; 00036 const char* const csFREEAutoLoadPath = "FREE_AUTOLOAD_PATH"; 00037 00038 #ifdef _WIN32 00039 const char* const csFREEGeneralPathDefault = "c:\\"; 00040 #else 00041 const char* const csFREEGeneralPathDefault = "~\\"; 00042 #endif 00043 00045 const char* const csPVTBool = "xs:bool"; 00046 const char* const csPVTDouble = "xs:double"; 00047 const char* const csPVTInteger = "xs:int"; 00048 const char* const csPVTLong = "xs:long"; 00049 const char* const csPVTULong = "xs:unsignedLong"; 00050 const char* const csPVTString = "xs:string"; 00051 const char* const csPVTURI = "xs:anyURI"; 00052 const char* const csPVTIDPath = "xs:IDPath"; 00053 00055 const char* const csMDNone = "none"; 00056 const char* const csMDAny = "any"; 00057 const char* const csMDFixed = "fixed"; 00058 const char* const csMDMoving = "moving"; 00059 00061 const char* const csUndefinedController = ""; 00062 00063 //The dimension -1 means that the domain dimension is arbitrary. 00064 const int cMDDAny = -1; 00065 00066 } //end of namespace free 00067 #endif
1.5.3 written by Dimitri van Heesch,
© 1997-2000