📄 tabmapobjhdrwithcoord.h
字号:
// tabmapobjhdrwithcoord.h: interface for the TABMAPObjHdrWithCoord class.////////////////////////////////////////////////////////////////////////#ifndef TABMAPObjHdrWithCoord_H#define TABMAPObjHdrWithCoord_H#include "tabmapobjhdr.h"class TABMAPObjHdrWithCoord : public TABMAPObjHdr { public: UGKInt32 m_nCoordBlockPtr; //对象对应的坐标块的起始位置 UGKInt32 m_nCoordDataSize; //坐标块的数据长度 /* Eventually this class may have methods to help maintaining refs to * coord. blocks when splitting object blocks. */};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -