AreaPro.cpp
上传用户:xayxjz
上传日期:2022-08-07
资源大小:2188k
文件大小:1k
源码类别:

图形图象

开发平台:

Visual C++

  1. // AreaPro.cpp: implementation of the CAreaPro class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #include "stdafx.h"
  5. #include "CBIR.h"
  6. #include "AreaPro.h"
  7. #ifdef _DEBUG
  8. #undef THIS_FILE
  9. static char THIS_FILE[]=__FILE__;
  10. #define new DEBUG_NEW
  11. #endif
  12. //////////////////////////////////////////////////////////////////////
  13. // Construction/Destruction
  14. //////////////////////////////////////////////////////////////////////
  15. CAreaPro::CAreaPro()
  16. {
  17. }
  18. CAreaPro::~CAreaPro()
  19. {
  20. }