HalconC.h 747 B

12345678910111213141516171819202122232425262728
  1. /*****************************************************************************
  2. * HalconC.h
  3. *****************************************************************************
  4. *
  5. * Project: HALCON/libhalcon
  6. * Description: Defines, types, and declarations for HALCON/C
  7. *
  8. * (c) 1996-2020 by MVTec Software GmbH
  9. * www.mvtec.com
  10. *
  11. ****************************************************************************/
  12. #ifndef HALCON_C_H
  13. #define HALCON_C_H
  14. #include "HalconCDefs.h"
  15. #include "HInterfaceC.h"
  16. #include "halconc/Hvector.h" /* HALCON/C vector implementation */
  17. /*
  18. * generated prototypes for all HALCON operators
  19. *--------------------------------------------------------------------------*/
  20. #include "HProto.h"
  21. #endif