wellfilearray.h

来自「采用距离反比加权算法」· C头文件 代码 · 共 28 行

H
28
字号
// WellFileArray.h: interface for the CWellFileArray class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_WELLFILEARRAY_H__1B60B593_BB5A_4835_A4AB_A4E92C10CB65__INCLUDED_)
#define AFX_WELLFILEARRAY_H__1B60B593_BB5A_4835_A4AB_A4E92C10CB65__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "afxtempl.h"
#include "WellFile.h"


typedef CArray<CWellFile*,CWellFile*>CWellFileArrayTag;

class CWellFileArray  :public CWellFileArrayTag
{
public:
	void             Clear();
public:
	CWellFileArray();
	virtual ~CWellFileArray();

};

#endif // !defined(AFX_WELLFILEARRAY_H__1B60B593_BB5A_4835_A4AB_A4E92C10CB65__INCLUDED_)

⌨️ 快捷键说明

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