Скачиваний:
13
Добавлен:
01.05.2014
Размер:
402 б
Скачать
#include <ColorRound.h>

ColorRound::ColorRound(){
Round A;
color=1;
}

ColorRound::ColorRound( Point &O, double radius, int color0, int &id){
Round A;
A.SetCenter(O);
A.SetRadius(radius);
color=color0;
A.SetId(id);
}

ColorRound::~ColorRound(){

}


inline void ColorRound::SetColor(const int color0){
color=color0;
}


inline int ColorRound::GetColot(){
return color;
}

Соседние файлы в папке Лабораторная работа 3