Halcon.h 983 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*****************************************************************************
  2. * Halcon.h
  3. *****************************************************************************
  4. *
  5. * Project: HALCON/HLib
  6. * Description: Includes all header files for HALCON library
  7. *
  8. * (c) 1996-2020 by MVTec Software GmbH
  9. * www.mvtec.com
  10. *
  11. *****************************************************************************/
  12. #ifndef HALCON_H
  13. #define HALCON_H
  14. /* needed system includes */
  15. #include <math.h>
  16. #include <stdio.h>
  17. #include <string.h>
  18. #include <time.h>
  19. #include "HVersNum.h"
  20. #include "HIntDef.h"
  21. #include "HDeclSpec.h"
  22. #include "HErrorDef.h"
  23. #include "HConst.h"
  24. #include "HBase.h"
  25. #include "IPType.h"
  26. #include "HParallel.h"
  27. #include "hlib/HAlloc.h"
  28. #include "HMacro.h"
  29. #include "HExtern.h"
  30. #include "hlib/HBaseGP.h"
  31. #include "hlib/IOSpy.h"
  32. #include "hlib/HInstance.h"
  33. #include "hlib/DBNew.h"
  34. #include "hlib/CORE1.h"
  35. #include "hlib/HXLD.h"
  36. #include "hlib/HError.h"
  37. #endif