Улучшение восприятие кодовой базы
This commit is contained in:
@@ -18,11 +18,12 @@ class Mesh{
|
||||
|
||||
public:
|
||||
Mesh(Object&, double);
|
||||
void ShowLinks();
|
||||
std::vector<std::vector<Node*>>& Nodes();
|
||||
std::vector<Node*>& LineX();
|
||||
std::vector<Node*>& LineY();
|
||||
~Mesh();
|
||||
//void ShowLinks();
|
||||
|
||||
std::vector<std::vector<Node*>>& Nodes() { return _mesh; }
|
||||
std::vector<Node*>& LineX() { return _hlines; }
|
||||
std::vector<Node*>& LineY() { return _vlines; }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -22,7 +22,6 @@ public:
|
||||
std::pair<double, double> Filly(double, double);
|
||||
std::pair<double, double> Fillx(double, double);
|
||||
|
||||
//std::vector<size_t> Get_IDs();
|
||||
Form* Who(double, double);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user