8 #if !defined(B_EXTRACTORDOC_H)
9 #define B_EXTRACTORDOC_H
13 #endif // _MSC_VER >= 1000
15 #include "vtdata/StructArray.h"
16 #include "vtdata/Roadmap.h"
38 CString m_roadFileName;
42 void OnImportimage2(LPCTSTR szPathName);
44 void PreFloodFillDIB(
CDib *bm);
46 int Fill(
CDib *bm,
int x,
int y, byte ov, byte nv,
int w,
int h,
int diag,
int count = 0);
49 double i_UTMx(
int ix);
50 double i_UTMy(
int iy);
56 virtual BOOL OnNewDocument();
57 virtual void Serialize(CArchive& ar);
58 virtual BOOL OnOpenDocument(LPCTSTR szPathName);
59 virtual BOOL OnSaveDocument(LPCTSTR szPathName);
61 void DeleteContents();
67 virtual void AssertValid()
const;
68 virtual void Dump(CDumpContext& dc)
const;
78 afx_msg
void OnImportimage();
79 afx_msg
void OnFunctionsClearbuildings();
80 afx_msg
void OnBcfcombine();
81 afx_msg
void OnUpdateBcfcombine(CCmdUI* pCmdUI);
82 afx_msg
void OnUpdateFileOpen(CCmdUI* pCmdUI);
83 afx_msg
void OnUpdateFullres(CCmdUI* pCmdUI);
84 afx_msg
void OnRmfOpen();
85 afx_msg
void OnRmfSave();
86 afx_msg
void OnRmfSaveAs();
87 afx_msg
void OnUpdateRmfOpen(CCmdUI* pCmdUI);
97 #endif // !defined(B_EXTRACTORDOC_H)