You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
389 B
C++
24 lines
389 B
C++
//////////////////////////////////////////////////////////////////////////////
|
|
//文件: SegY文件操作类
|
|
//主要功能:
|
|
//
|
|
//程序编写: 2011-4-1
|
|
//
|
|
//
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#pragma once
|
|
|
|
namespace NSeis
|
|
{
|
|
|
|
|
|
class AFX_EXT_CLASS CTimeDepthConverter
|
|
{
|
|
public:
|
|
CTimeDepthConverter(void);
|
|
~CTimeDepthConverter(void);
|
|
};
|
|
|
|
|
|
}//namespace NSeis
|