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.

34 lines
671 B
C++

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

//////////////////////////////////////////////////////////////////////////////
//文件: SegY格式文件操作
//主要功能:
//
//程序编写:
//日期2005-12-07
//
//
/////////////////////////////////////////////////////////////////////////////
#pragma once
#include "MxnRow.h"
namespace NMxn
{
class AFX_EXT_CLASS CMxnDraw :
public CMxnRow
{
public:
CMxnDraw(void);
virtual ~CMxnDraw(void);
void operator=(CMxnDraw& md);
int toMesh(double * &z,long &numx,long &numy, long rmin, long rmax,int step,double onex);
void Draw(CDC *pDC, CRect &ScreenXY, CRect8 &RealXY, long rmin, long rmax, int step, double onex);
int DisplayMode;
long m_StepMultiple;
};
}//namespace