reversecompute.h

来自「钢轨磨耗测量系统」· C头文件 代码 · 共 16 行

H
16
字号
#pragma once
#include "afx.h"
/*

This class is mainly used to compute the real 3-D cordinate of the Rail

*/
class CReverseCompute :
	public CObject
{
public:
	CReverseCompute(void);
public:
	~CReverseCompute(void);
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?