Масштабное переобозначение
Улучшение читаемости и понимания кода
This commit is contained in:
@@ -10,18 +10,18 @@ protected:
|
||||
static size_t counter_;
|
||||
size_t id_;
|
||||
bool excluded_;
|
||||
int _boundtype;
|
||||
int bound_type;
|
||||
public:
|
||||
Form();
|
||||
virtual double Function(double, double);
|
||||
virtual std::pair<double, double> Deriative(double, double);
|
||||
virtual std::pair<double, double> Second_Deriative(double, double);
|
||||
virtual bool Inhere(double, double);
|
||||
virtual std::pair<double, double> missX(double);
|
||||
virtual std::pair<double, double> missY(double);
|
||||
virtual std::pair<double, double> size();
|
||||
virtual int GetB();
|
||||
bool Excluded() const;
|
||||
bool operator==(size_t) const;
|
||||
//bool operator==(size_t) const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user