1234567891011121314151617181920212223242526272829303132333435363738394041 |
- /*****************************************************************************
- * Halcon.h
- *****************************************************************************
- *
- * Project: HALCON/HLib
- * Description: Includes all header files for HALCON library
- *
- * (c) 1996-2020 by MVTec Software GmbH
- * www.mvtec.com
- *
- *****************************************************************************/
- #ifndef HALCON_H
- #define HALCON_H
- /* needed system includes */
- #include <math.h>
- #include <stdio.h>
- #include <string.h>
- #include <time.h>
- #include "HVersNum.h"
- #include "HIntDef.h"
- #include "HDeclSpec.h"
- #include "HErrorDef.h"
- #include "HConst.h"
- #include "HBase.h"
- #include "IPType.h"
- #include "HParallel.h"
- #include "hlib/HAlloc.h"
- #include "HMacro.h"
- #include "HExtern.h"
- #include "hlib/HBaseGP.h"
- #include "hlib/IOSpy.h"
- #include "hlib/HInstance.h"
- #include "hlib/DBNew.h"
- #include "hlib/CORE1.h"
- #include "hlib/HXLD.h"
- #include "hlib/HError.h"
- #endif
|