www.pudn.com > roll.rar > PostFigure.h
// PostFigure.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPostFigure window
class CPostFigure : public CWnd
{
BOOL bError;
float *xp,*yp,*xpp,*ypp;
float xmin,xmax,ymin,ymax;
short *codepe[8],numelem;
float directx[2],directy[2],directz[2];
// Construction
public:
CPostFigure();
CString ExitFileName;
BOOL OpenBIEMDatatFile(CString FileName);
// Attributes
public:
void DeAlloc();
BOOL Alloc(short numnode);
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPostFigure)
public:
virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CPostFigure();
// Generated message map functions
protected:
//{{AFX_MSG(CPostFigure)
afx_msg void OnPaint();
afx_msg void OnDestroy();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////