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.
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
//<2F>ļ<EFBFBD> CurveStation.h
|
|
|
|
|
|
//<2F><>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD>:
|
|
|
|
|
|
//
|
|
|
|
|
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>д: 2005-12-07
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
#include ".\curvetv5.h"
|
|
|
|
|
|
|
|
|
|
|
|
namespace NTV
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
class AFX_EXT_CLASS CCurveStation :
|
|
|
|
|
|
public CCurveTV5
|
|
|
|
|
|
{
|
|
|
|
|
|
public:
|
|
|
|
|
|
CCurveStation(void);
|
|
|
|
|
|
virtual ~CCurveStation(void);
|
|
|
|
|
|
|
|
|
|
|
|
//<2F><>CCurveEx<45><78><EFBFBD>е<EFBFBD>xΪ<78>ٶ<EFBFBD>,y<><79>ʱ<EFBFBD><CAB1>(TV<54><56>)
|
|
|
|
|
|
virtual int Read(CFile &fr, const short& ver);
|
|
|
|
|
|
virtual void Write(CFile& fw, const short& ver, double dRedundantError=-1.0);
|
|
|
|
|
|
void operator=(CCurveStation& curve);
|
|
|
|
|
|
|
|
|
|
|
|
double x0; //ƽ<><C6BD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>x
|
|
|
|
|
|
double y0; //ƽ<><C6BD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>y
|
|
|
|
|
|
double h0; //<2F>߳<EFBFBD>
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
}//namespace
|
|
|
|
|
|
|
|
|
|
|
|
|