/************************************************************************ Yutaka Ohtake AdSmoothDialog.h Dialog for Adaptive Smoothing Copyright (c) 1999-2001 The University of Aizu. All Rights Reserved. ************************************************************************/ #if !defined(AFX_ADSMOOTHDIALOG_H__07F0C042_8499_407C_B2E3_255EA5058EF7__INCLUDED_) #define AFX_ADSMOOTHDIALOG_H__07F0C042_8499_407C_B2E3_255EA5058EF7__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // AdSmoothDialog.h : ヘッダー ファイル // ///////////////////////////////////////////////////////////////////////////// // AdSmoothDialog ダイアログ class AdSmoothDialog : public CDialog { // コンストラクション public: AdSmoothDialog(CWnd* pParent = NULL); // 標準のコンストラクタ // ダイアログ データ //{{AFX_DATA(AdSmoothDialog) enum { IDD = IDD_DIALOG5 }; int m_iteration; float m_threshold; float m_rate; BOOL m_animate; int m_interval; int m_integration; int m_inner_iter; float m_int_step; int m_ave_iter; int m_func_type; int m_degree; BOOL m_isWeighted; int m_diff; int m_filter; //}}AFX_DATA // オーバーライド // ClassWizard は仮想関数のオーバーライドを生成します。 //{{AFX_VIRTUAL(AdSmoothDialog) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV サポート //}}AFX_VIRTUAL // インプリメンテーション protected: // 生成されたメッセージ マップ関数 //{{AFX_MSG(AdSmoothDialog) // メモ: ClassWizard はこの位置にメンバ関数を追加します。 //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。 #endif // !defined(AFX_ADSMOOTHDIALOG_H__07F0C042_8499_407C_B2E3_255EA5058EF7__INCLUDED_)