lineset.h
来自「道格拉斯数据压缩算法。 算法特征:1.在不扰乱拓扑关系的前提下」· C头文件 代码 · 共 16 行
H
16 行
#pragma once
#include "afxtempl.h"
#include "fpoint.h"
class CLineSet
{
public:
CLineSet(void);
~CLineSet(void);
CLineSet(const CLineSet & old);
CLineSet& operator =( CLineSet &old ) ;
public:
CArray<CFpoint,CFpoint> fPoint;
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?