#include <MyStatisticsDialog.h>
Public Types | |
enum | { IDD = IDD_STATISTICSDIALOG } |
Public Methods | |
void | SetDisplSamplePNum (long displSamplePNum) |
Sets number of displayed sample points. | |
void | SetFPS (int fps) |
Sets frames per second. | |
void | SetCalculationTime (long calculationTime) |
Sets calculation time. | |
void | SetSamplePointsNum (long samplePointsNum) |
Sets number of samplepoints. | |
void | SetStreamlinesNum (int streamlinesNum) |
Sets number of streamlines. | |
MyStatisticsDialog (CWnd *pParent=NULL) | |
Standard constructor. | |
Public Attributes | |
int | m_StreamlinesNum |
long | m_SamplePointsNum |
long | m_CalculationTime |
int | m_FPS |
long | m_DisplSamplePNum |
float | m_MaxXPos |
float | m_MaxYPos |
float | m_MaxZPos |
float | m_MinXPos |
float | m_MinYPos |
float | m_MinZPos |
int | m_XDim |
int | m_YDim |
int | m_ZDim |
int | m_ScalNum |
Protected Methods | |
virtual void | DoDataExchange (CDataExchange *pDX) |