Main Page   File List   Globals  

TECGLBL.h

Go to the documentation of this file.
00001 /*
00002 ******************************************************************
00003 ******************************************************************
00004 *******                                                   ********
00005 ******  (C) 1988-2004 Tecplot, Inc.                        *******
00006 *******                                                   ********
00007 ******************************************************************
00008 ******************************************************************
00009 */
00010 /* 
00011  * TECGLBL.h  .... GLOBAL include file for all tecutil?.c files.
00012  */
00013 /* CORE SOURCE CODE REMOVED */
00014 
00015 #if defined MOTIF
00016 #  define MANAGESTATE
00017 #else /* MSWIN */
00018 # if defined AFX_MANAGE_STATE
00019 #   ifdef _USRDLL
00020 #     define AFXMANAGESTATE AfxGetStaticModuleState()
00021 #   else
00022 #     define AFXMANAGESTATE AfxGetAppModuleState()
00023 #   endif 
00024 #   define MANAGESTATE AFX_MANAGE_STATE(AFXMANAGESTATE);
00025 # else /* If not using MFC, then AFX_MANAGE_STATE is not available */
00026 #   define MANAGESTATE
00027 # endif /* AFX_MANAGE_STATE */
00028 #endif
00029 
00030 /* CORE SOURCE CODE REMOVED */
00031 
00032 
00033 /* flag for TecUtilSet... functions */
00034 #define TECUTILSETNOTMEMBER (0)
00035 #define TECUTILINVALIDMAP   (0)
00036 #define TECUTILINVALIDZONE  (0)
00037 #define TECUTILINVALIDVAR   (0)
00038 #define TECUTILINVALIDELEM  (0)
00039 
00040 
00041 
00042 /* CORE SOURCE CODE REMOVED */
00043 
00044 /* public ArgList structure */
00045 typedef struct _ArgList_s *ArgList_pa;
00046 
00047 #define TECUTILBADZONENUMBER 0 
00048 #define TECUTILBADVARNUMBER  0 
00049 
00050 /* implementation independent ID's for text and geometry */
00051 #define TECUTILBADID 0 /* long */
00052 typedef ArbParam_t     Text_ID;
00053 typedef ArbParam_t     Geom_ID;
00054 
00055 /* CORE SOURCE CODE REMOVED */

Generated on Tue May 18 14:14:09 2004 for Tecplot by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002