www.pudn.com > SurfWareNew06.3.5(LYW).rar > CreateMirrorSurface.h
#if !defined(AFX_CREATEMIRRORSURFACE_H__93A06EE2_A5B8_4348_B531_818B076918C1__INCLUDED_)
#define AFX_CREATEMIRRORSURFACE_H__93A06EE2_A5B8_4348_B531_818B076918C1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CreateMirrorSurface.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CreateMirrorSurface dialog
class CreateMirrorSurface : public CDialog
{
// Construction
public:
CreateMirrorSurface(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CreateMirrorSurface)
enum { IDD = IDD_CREATE_NURBS_MIRROR };
double m_A;
double m_B;
double m_C;
double m_D;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CreateMirrorSurface)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CreateMirrorSurface)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CREATEMIRRORSURFACE_H__93A06EE2_A5B8_4348_B531_818B076918C1__INCLUDED_)