Gethdr.h
资源名称:263.rar [点击查看]
上传用户:szklck
上传日期:2007-01-22
资源大小:925k
文件大小:1k
源码类别:
图形图像处理
开发平台:
Visual C++
- // Gethdr.h: interface for the CGethdr class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_GETHDR_H__D3C9E464_48B2_11D5_9DCC_5254AB2B9F00__INCLUDED_)
- #define AFX_GETHDR_H__D3C9E464_48B2_11D5_9DCC_5254AB2B9F00__INCLUDED_
- #include "Getbits.h" // Added by ClassView
- #include "Sarcode.h" // Added by ClassView
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CGethdr
- {
- public:
- CSarcode m_sacode;
- CGetbits m_getbits;
- void startcode (void);
- int getheader(void);
- CGethdr();
- virtual ~CGethdr();
- private:
- void getpicturehdr(void);
- };
- #endif // !defined(AFX_GETHDR_H__D3C9E464_48B2_11D5_9DCC_5254AB2B9F00__INCLUDED_)
English
