#include <MyResolutionsDialog.h>
Public Types | |
enum | { IDD = IDD_RESOLUTIONSDIALOG } |
Public Methods | |
int | GetResNum () |
Returns streamline resolution number. | |
void | SetResNum (int resNum) |
Sets streamline resolution number. | |
MyResolutionsDialog (CWnd *pParent=NULL) | |
Standard constructor. | |
void | SetIsIncremential (bool isIncremential) |
Sets flag which indicates if streamline calculation is incremential. | |
bool | GetIsIncremential () |
Returns flag which indicates if streamline calculation is incremential. | |
Public Attributes | |
BOOL | m_IsIncremential |
int | m_ResNum |
Protected Methods | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |