// 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; };