Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

global_lookup.h

Go to the documentation of this file.
00001 #ifndef DEF_GLOBAL_LOOKUP 00002 #define DEF_GLOBAL_LOOKUP 00003 00004 /* ---------------------------------------------------------------------------- 00005 @COPYRIGHT : 00006 Copyright 1993,1994,1995 David MacDonald, 00007 McConnell Brain Imaging Centre, 00008 Montreal Neurological Institute, McGill University. 00009 Permission to use, copy, modify, and distribute this 00010 software and its documentation for any purpose and without 00011 fee is hereby granted, provided that the above copyright 00012 notice appear in all copies. The author and McGill University 00013 make no representations about the suitability of this 00014 software for any purpose. It is provided "as is" without 00015 express or implied warranty. 00016 ---------------------------------------------------------------------------- */ 00017 00018 00019 #include <volume_io.h> 00020 00021 typedef enum { 00022 BOOLEAN_type, 00023 int_type, 00024 Real_type, 00025 STRING_type, 00026 Point_type, 00027 Vector_type, 00028 Colour_type, 00029 Surfprop_type 00030 } Variable_types; 00031 00032 typedef struct 00033 { 00034 void *ptr_to_global; 00035 STRING variable_name; 00036 Variable_types type; 00037 Smallest_int set_flag; 00038 } global_struct; 00039 00040 #endif

Generated on Wed Jul 28 09:10:57 2004 for BICPL by doxygen 1.3.7