#include <MyFocusContextDialog.h>
Public Types | |
enum | { IDD = IDD_FOCUS_CONTEXTDIALOG } |
Public Methods | |
int | GetRecalcType () |
Returns type of field recalculation. | |
void | SetRecalcType (int recalcType) |
Sets type of field recalculation. | |
void | GetContextProp (ContextProp &prop) |
Returns context properties. | |
void | SetContextProp (ContextProp &prop) |
Sets context properties. | |
void | SetLineWidth (int lineWidth) |
Sets context streamline linewidth. | |
int | GetLineWidth () |
Returns context streamline line width. | |
int | GetMagicVolType () |
Returns magic volume type. | |
int | GetContextRes () |
Returns context streamline resolution. | |
bool | GetIsCutLines () |
Returns flag which indicates that context streamlines should be cut in focus. | |
void | SetIsCutLines (bool isCutLines) |
Sets flag which indicates that context streamlines should be cut in focus. | |
void | SetOpacity (int opacity) |
Sets context streamline opacity. | |
void | SetContextRes (int contextRes) |
Sets context streamline resolution. | |
void | SetMagicVolType (int magicVolType) |
Sets magic volume type. | |
int | GetOpacity () |
Returns context opacity. | |
MyFocusContextDialog (CWnd *pParent=NULL) | |
Static Public Methods | |
MyObject * | CreateMagicVol (int magicVolType, CPoint3D pos, float size, float radius, float length, float height, float width) |
Creates new instance of magic volume according to parameters. | |
Public Attributes | |
bool | m_IsIncremential |
IsIncremential to determine if "cutlines"-options should be shown. | |
MyMaterialDialog | m_MaterialDialog |
Dialog for specifying context streamline material. | |
int | m_Opacity |
BOOL | m_IsCutLines |
int | m_MagicVolType |
int | m_ContextRes |
int | m_LineWidth |
int | m_RecalcType |
Protected Methods | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnMaterialButton () |