Gethdr.h
上传用户:szklck
上传日期:2007-01-22
资源大小:925k
文件大小:1k
源码类别:

图形图像处理

开发平台:

Visual C++

  1. // Gethdr.h: interface for the CGethdr class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_GETHDR_H__D3C9E464_48B2_11D5_9DCC_5254AB2B9F00__INCLUDED_)
  5. #define AFX_GETHDR_H__D3C9E464_48B2_11D5_9DCC_5254AB2B9F00__INCLUDED_
  6. #include "Getbits.h" // Added by ClassView
  7. #include "Sarcode.h" // Added by ClassView
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11. class CGethdr  
  12. {
  13. public:
  14. CSarcode m_sacode;
  15. CGetbits m_getbits;
  16. void startcode (void);
  17. int getheader(void);
  18. CGethdr();
  19. virtual ~CGethdr();
  20. private:
  21. void getpicturehdr(void);
  22. };
  23. #endif // !defined(AFX_GETHDR_H__D3C9E464_48B2_11D5_9DCC_5254AB2B9F00__INCLUDED_)