#include <MyAddInfoDialog.h>
Public Types | |
enum | { IDD = IDD_ADDINFODIALOG } |
Public Methods | |
int | GetAddInfoRepr () |
Returns add. info representation. | |
void | SetAddInfoRepr (int repr) |
Sets additional info representation. | |
void | SetHistoData (CHistoData *histoData) |
Sets histogram data. | |
int | GetAddInfoType () |
Returns additional info type. | |
void | SetAddInfoType (int addInfoType) |
Sets add. info representation. | |
MyAddInfoDialog (CWnd *pParent=NULL) | |
Public Attributes | |
float * | m_MinScalars |
Array of minimal scalar values. | |
float * | m_MaxScalars |
Array of maximal scalar values. | |
MyContTransfDialog | m_ContTransfDialog |
Continuous transfer properties dialog. | |
MyEditRegionsDialog | m_RegionsDialog |
Region properties dialog. | |
int | m_AddInfoType |
int | m_AddInfoRepr |
Protected Methods | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnPaint () |
afx_msg void | OnSelChangeAddInfoTypeCombo () |
afx_msg void | OnEditRegionsButton () |
afx_msg void | OnEditContTransfButton () |