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.

23 lines
523 B
C

1 month ago
// CurveInNameAny.h: interface for the CCurveInNameAny class.
//
//////////////////////////////////////////////////////////////////////
#pragma once
//#include "awElement.h"
#include "CurvePlay.h"
class CCurveInNameAny : public CCurveInName
{
public:
CCurveInNameAny();
virtual ~CCurveInNameAny();
public:
double GetBeginPoint(CXyDCPlus &dc, CCurveEx*curve, CString &name, double l0);
void Draw(CXyDCPlus &dc,CCurveEx*curve,CString &name);
void Write(CFile &fw,double cc);
int Read(CFile &fr);
double * l0;
};