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

#include"Point.cpp"


class CElemPoint
{
 private: CPoint* Point;  //ббл«Є  ­  в®зЄг
	      CElemPoint* Next;   //гЄ § вҐ«м ­  б«Ґ¤гойЁ© н«Ґ¬Ґ­в
		  static unsigned int countreal;		// Є®«ЁзҐбвў® ॠ«м­® бгйҐбвўгойЁе ®ЎкҐЄв®ў 
		  static unsigned int countall;		// Є®«ЁзҐбвў® ᮧ¤ ­­ле ®ЎкЄв®ў
		  const unsigned int ID;				//Ё¤Ґ­вЁдЁЄ в®а

 public:  CElemPoint();                                   //‘®§¤ вм н«Ґ¬Ґ­в
	  CElemPoint* GetNext() const;               //ў®§ўа й Ґв гЄ § вҐ«м Next
	  CPoint* GetPoint() const;           //ў®§ўа й Ґв Їа®Ў«Ґ¬­го з бвм
	  void SetNext(CElemPoint* N);          //гбв ­ ў«Ёў Ґв гЄ § вҐ«м ­  б«Ґ¤гойЁ© н«Ґ¬Ґ­в
	  static unsigned int GetCountReal();	//Ї®«гзЁвм Є®«ЁзҐбвў® бгйҐбвўгойЁе ®ЎкҐЄв®ў
	  ~CElemPoint();                                      //“­Ёз⮦Ёвм н«Ґ¬Ґ­в
};
Соседние файлы в папке Лабораторная работа #3