Main Page   Class Hierarchy   Compound List   File List   Compound Members  

MyStatisticsDialog.h

00001 #if !defined(AFX_MYSTATISTICSDIALOG_H__B8ABC17F_815F_4E8D_90D4_0D12752CBBB4__INCLUDED_)
00002 #define AFX_MYSTATISTICSDIALOG_H__B8ABC17F_815F_4E8D_90D4_0D12752CBBB4__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // MyStatisticsDialog.h : header file
00008 //
00009 
00011 // MyStatisticsDialog dialog
00012 
00014 class MyStatisticsDialog : public CDialog
00015 {
00016 // Construction
00017 public:
00019         void SetDisplSamplePNum(long displSamplePNum);
00021         void SetFPS(int fps);
00023         void SetCalculationTime(long calculationTime);
00025         void SetSamplePointsNum(long samplePointsNum);
00027         void SetStreamlinesNum(int streamlinesNum);
00029         MyStatisticsDialog(CWnd* pParent = NULL);   // standard constructor
00030 
00031 // Dialog Data
00032         //{{AFX_DATA(MyStatisticsDialog)
00033         enum { IDD = IDD_STATISTICSDIALOG };
00034         int             m_StreamlinesNum;
00035         long    m_SamplePointsNum;
00036         long    m_CalculationTime;
00037         int             m_FPS;
00038         long    m_DisplSamplePNum;
00039         float   m_MaxXPos;
00040         float   m_MaxYPos;
00041         float   m_MaxZPos;
00042         float   m_MinXPos;
00043         float   m_MinYPos;
00044         float   m_MinZPos;
00045         int             m_XDim;
00046         int             m_YDim;
00047         int             m_ZDim;
00048         int             m_ScalNum;
00049         //}}AFX_DATA
00050 
00051 
00052 // Overrides
00053         // ClassWizard generated virtual function overrides
00054         //{{AFX_VIRTUAL(MyStatisticsDialog)
00055         protected:
00056         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00057         //}}AFX_VIRTUAL
00058 
00059 // Implementation
00060 protected:
00061 
00062         // Generated message map functions
00063         //{{AFX_MSG(MyStatisticsDialog)
00064                 // NOTE: the ClassWizard will add member functions here
00065         //}}AFX_MSG
00066         DECLARE_MESSAGE_MAP()
00067 };
00068 
00069 //{{AFX_INSERT_LOCATION}}
00070 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00071 
00072 #endif // !defined(AFX_MYSTATISTICSDIALOG_H__B8ABC17F_815F_4E8D_90D4_0D12752CBBB4__INCLUDED_)

Generated on Fri Aug 9 10:12:39 2002 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002