/*------------------------------------------------------------------------------* * File Name: Origin.h * * Creation: CPY 3/1/2001 * * Purpose: Origin C main header * * Copyright (c) OriginLab Corp. 2001 * * All Rights Reserved * * * * Modification Log: * * EJP 07-25-2003 v7.0633 QA70-4895 PAGE_UTILITY_FUNCTIONS * *------------------------------------------------------------------------------*/ #ifndef _ORIGIN_H #define _ORIGIN_H #include // Most usful to include this, has printf and etc. #include // worksheet matrixlayer and column classes #include // Dataset, vector, matrix etc. #include // File and StdioFile classes for basic file access #include //File containing declaration of the class Page #include // basic utilities, including Win32 Kernal functions through mswin.h #include // graph, plot and graphic objects #include #include // all math function prototypes and constants #include #include #if _OC_VER >= 0x0800 #include #endif #include // The Project and Application class #include // basic routines implemeted through Origin C, see sys_utils.c #if _OC_VER >= 0x0750 #include #include #include // XML based Tree and TreeNode objects #include // general Origin objects selection management #include // this contains all the NAG headers, since Origin7.5 has precompiled header, so best to include as much as possible into this file #include #include /// EJP 07-25-2003 v7.0633 QA70-4895 PAGE_UTILITY_FUNCTIONS #endif //#if _OC_VER >= 0x0750 #endif //_ORIGIN_H