www.pudn.com > 人体步态跟踪识别bate版.rar > humantrackView.h
// humantrackView.h : interface of the CHumantrackView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_HUMANTRACKVIEW_H__A5ACDB3C_98AD_4B81_B8C0_38452BD9D0AB__INCLUDED_)
#define AFX_HUMANTRACKVIEW_H__A5ACDB3C_98AD_4B81_B8C0_38452BD9D0AB__INCLUDED_
#include "StickHuman.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "dibapi.h"
#include "Human.h" // Added by ClassView
#include "FramePath.h" // Added by ClassView
//#include "FramePath.h" // Added by ClassView
class CHumantrackView : public CScrollView
{
protected: // create from serialization only
CHumantrackView();
DECLARE_DYNCREATE(CHumantrackView)
// Attributes
public:
CHumantrackDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHumantrackView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual void OnInitialUpdate(); // called first time after construct
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
CStickHuman sh;
CFramePath FramePathDlg;
CHuman human;
CPalette* m_pPalette;
virtual ~CHumantrackView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
HDIB hdib;
//{{AFX_MSG(CHumantrackView)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in humantrackView.cpp
inline CHumantrackDoc* CHumantrackView::GetDocument()
{ return (CHumantrackDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_HUMANTRACKVIEW_H__A5ACDB3C_98AD_4B81_B8C0_38452BD9D0AB__INCLUDED_)