// TopologyOperationsDoc.h : interface of the CTopologyOperationsDoc class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_TOPOLOGYOPERATIONSDOC_H__30453386_3E75_11D7_8611_0060B0EE281E__INCLUDED_) #define AFX_TOPOLOGYOPERATIONSDOC_H__30453386_3E75_11D7_8611_0060B0EE281E__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #include #include "ResultDialog.h" class CTopologyOperationsDoc : public OCC_3dDoc { public: protected: // create from serialization only CTopologyOperationsDoc(); DECLARE_DYNCREATE(CTopologyOperationsDoc) public: virtual ~CTopologyOperationsDoc(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif protected: // Generated message map functions protected: //{{AFX_MSG(CTopologyOperationsDoc) afx_msg void OnCut(); afx_msg void OnFuse(); afx_msg void OnSection(); afx_msg void OnCommon(); afx_msg void OnPsection(); afx_msg void OnBlend(); afx_msg void OnChamf(); afx_msg void OnEvolvedblend(); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_TOPOLOGYOPERATIONSDOC_H__30453386_3E75_11D7_8611_0060B0EE281E__INCLUDED_)