#include "gstlearn_export.hpp"
#include "Enum/ERule.hpp"
#include "LithoRule/Node.hpp"
#include "RuleStringFormat.hpp"
#include "Basic/VectorNumT.hpp"
#include "Basic/AStringable.hpp"
#include "Basic/ASerializable.hpp"
#include "Basic/ICloneable.hpp"
Classes | |
class | Rule |
Functions | |
GSTLEARN_EXPORT void | set_rule_mode (int rule_mode) |
GSTLEARN_EXPORT int | get_rule_mode (void) |
GSTLEARN_EXPORT double | get_rule_extreme (int mode) |
GSTLEARN_EXPORT double get_rule_extreme | ( | int | mode | ) |
Get the lower or upper bound
[in] | mode | <0 for lower bound; >0 for upper bound |
GSTLEARN_EXPORT int get_rule_mode | ( | void | ) |
Get the current Rule Mode
GSTLEARN_EXPORT void set_rule_mode | ( | int | rule_mode | ) |
Set the Rule Mode
[in] | rule_mode | 1 for Gaussian; 0 for absence of conversion |