Скачиваний:
32
Добавлен:
01.05.2014
Размер:
889 б
Скачать
//” ©«: Circle.h
//Љ« бб "ЉагЈ". Џа®в®вЁЇ.
//Ђўв®а: ‘ҐаЈҐҐў Њ.‚. Ја.3352
//„ в : 23.04.06, ђҐ¤ ЄжЁп: 1.0

//#ifndef __Point_cpp
//#define __Point_cpp
#include"Point.cpp"



class CCircle
{
 private:
	 double R;			//ђ ¤Ёгб
	 CPoint Center;  //’®зЄ  業ва  ЄагЈ 
	 static unsigned int countreal;		// Є®«ЁзҐбвў® ॠ«м­® бгйҐбвўгойЁе ®ЎкҐЄв®ў 
	 static unsigned int countall;		// Є®«ЁзҐбвў® ᮧ¤ ­­ле ®ЎкЄв®ў
	 const unsigned int ID;				//Ё¤Ґ­вЁдЁЄ в®а

public:  
	  CCircle();               //‘®§¤ вм бЇЁб®Є
	  void PrintData() const;    //‚뢥бвЁ ­  нЄа ­ Є®®а¤Ё­ вл 業ва  Ё а ¤Ёгб
	  void GetCoord(double &x4,double &y4) const;
	  void MoveDX(double dx);			//ЏҐаҐ­ҐбвЁ ў § ¤ ­­®¬  ­ Їа ў«Ґ­ЁЁ
	  void MoveDY(double dy);
	  static unsigned int GetCountReal();	//Ї®«гзЁвм Є®«ЁзҐбвў® бгйҐбвўгойЁе ®ЎкҐЄв®ў
	  ~CCircle();              //“­Ёз⮦Ёвм бЇЁб®Є
};



Соседние файлы в папке Kurs