// TopologyLocalOperationsDoc.h : interface of the CTopologyLocalOperationsDoc class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_TOPOLOGYLOCALOPERATIONSDOC_H__30453384_3E75_11D7_8611_0060B0EE281E__INCLUDED_) #define AFX_TOPOLOGYLOCALOPERATIONSDOC_H__30453384_3E75_11D7_8611_0060B0EE281E__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #include #include "ResultDialog.h" class CTopologyLocalOperationsDoc : public OCC_3dDoc { protected: // create from serialization only CTopologyLocalOperationsDoc(); DECLARE_DYNCREATE(CTopologyLocalOperationsDoc) public: virtual ~CTopologyLocalOperationsDoc(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif // Generated message map functions protected: //{{AFX_MSG(CTopologyLocalOperationsDoc) afx_msg void OnPrism(); afx_msg void OnRevol(); afx_msg void OnGlue(); afx_msg void OnDprism(); afx_msg void OnPipe(); afx_msg void OnLinear(); afx_msg void OnSplit(); afx_msg void OnThick(); afx_msg void OnOffset(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_TOPOLOGYLOCALOPERATIONSDOC_H__30453384_3E75_11D7_8611_0060B0EE281E__INCLUDED_)