#ifndef INTRACKBURY_H #define INTRACKBURY_H #pragma once ////////////////////////////////////////////////////////////////////////////// //主要功能: // 道内埋深符号类 ///////////////////////////////////////////////////////////////////////////// //埋深符号对象 class AFX_EXT_CLASS CInTrackBury : public CInTrackDepthSegment { public: CInTrackBury(); CInTrackBury(const CRect8& position); // Implementation public: virtual void Draw(CXyDC* pDC); protected: void Init(); public: virtual int ReadPCG_SelfData(CKXmlParse& xp, const short& ver, CTrackObj* pTrack); virtual void WritePCG_SelfData(CFile &fw, int nBaseTabNum); }; #endif