Изменение ГУ
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
double X() const;
|
||||
double Y() const;
|
||||
|
||||
//double Dist(const Node*) const;
|
||||
double Dist(const Node*) const;
|
||||
void LinkX(Node*, Node*);
|
||||
void LinkY(Node*, Node*);
|
||||
Node*& l();
|
||||
@@ -30,8 +30,6 @@ public:
|
||||
void SetT(double);
|
||||
bool IsBound();
|
||||
void SetB(int);
|
||||
|
||||
double operator-(const Node*) const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user