#include <MyHistoDialog.h>
Public Methods | |
void | SetMinMaxScalar (float minScalar, float maxScalar) |
Sets mininal and maximal scalar values. | |
void | SetScalarType (int scalarType) |
Sets type of scalar. | |
void | UpdateGraphs () |
Updates data and graphics. | |
void | UpdateData () |
Updates histogram data. | |
void | InitDataStreams (CObList *list) |
Initialises histogram data streams. | |
MyHistoDialog (CWnd *pParent=NULL) | |
Public Attributes | |
int | m_IntervNum |
Number of histogram data intervals. | |
int | m_ScalarType |
Scalar type. | |
char | m_Title [100] |
Dialog title string. | |
CHistoData | m_HistoData [DEF_HISTOIMG_NUM] |
CHistoDataStream | m_HistoDataStream [DEF_HISTOIMG_NUM] |
Histogram data streams for different regions and modes. | |
Protected Methods | |
virtual void | DoDataExchange (CDataExchange *pDX) |
afx_msg void | OnPaint () |
virtual BOOL | OnInitDialog () |