#include <MyDepthCodingDialog.h>
Public Types | |
enum | { IDD = IDD_DEPTHCODINGDIALOG } |
Public Methods | |
int | GetIntensity () |
Returns intensity of depth coding. | |
void | SetIntensity (int intensity) |
Sets intensity of depth coding. | |
void | GetColor (GLubyte *color) |
Returns depth coding color. | |
void | SetColor (GLubyte *color) |
Sets depth coding color. | |
void | SetDepthType (int depthType) |
Sets depth coding type(color or depth cueing). | |
int | GetDepthType () |
Returns depth coding type(color or depth cueing). | |
MyDepthCodingDialog (CWnd *pParent=NULL) | |
Public Attributes | |
CColorDialog | m_ColorDialog |
Color dialog for setting depth coding color. | |
int | m_DepthType |
int | m_Intensity |
Protected Methods | |
virtual void | DoDataExchange (CDataExchange *pDX) |
afx_msg void | OnPaint () |
afx_msg void | OnColorButton () |
virtual BOOL | OnInitDialog () |