AUTO_EPS | mygsl::interval | static |
auto_eps | mygsl::interval | static |
close() | mygsl::interval | |
DEFAULT_EPS | mygsl::interval | static |
excluded | mygsl::interval | static |
get_eps() const | mygsl::interval | |
get_max() const | mygsl::interval | |
get_min() const | mygsl::interval | |
get_safe_interval(double eps_=AUTO_EPS) const | mygsl::interval | |
get_serial_tag() const =0 | datatools::i_serializable | pure virtual |
has_max() const | mygsl::interval | |
has_min() const | mygsl::interval | |
i_serializable() | datatools::i_serializable | |
included | mygsl::interval | static |
intercept_with(const interval &) | mygsl::interval | |
intersection_with(const interval &i_) const | mygsl::interval | |
interval() | mygsl::interval | |
interval(double min_, double max_, double eps_=AUTO_EPS) | mygsl::interval | |
interval(double min_, bool min_include_, double max_, bool max_include_, double eps_=AUTO_EPS) | mygsl::interval | |
IO_CLOSE_EXCL | mygsl::interval | static |
IO_CLOSE_INCL | mygsl::interval | static |
IO_EMPTY | mygsl::interval | static |
IO_OPEN_EXCL | mygsl::interval | static |
IO_OPEN_INCL | mygsl::interval | static |
IO_SEP | mygsl::interval | static |
is_empty() const | mygsl::interval | |
is_in(double x_) const | mygsl::interval | |
is_in_max_unsafe(double x_) const | mygsl::interval | |
is_in_min_unsafe(double x_) const | mygsl::interval | |
is_in_safe(double x_) const | mygsl::interval | |
is_max_included() const | mygsl::interval | |
is_min_included() const | mygsl::interval | |
is_no_limit() const | mygsl::interval | |
is_valid() const | mygsl::interval | |
make_empty() | mygsl::interval | static |
make_max(double max_, bool max_include_=excluded, double eps_=AUTO_EPS) | mygsl::interval | static |
make_min(double min_, bool min_include_=excluded, double eps_=AUTO_EPS) | mygsl::interval | static |
make_min_max(double min_, bool min_include_, double max_, bool max_include_, double eps_=AUTO_EPS) | mygsl::interval | static |
make_min_max_excluded(double min_, double max_, double eps_=AUTO_EPS) | mygsl::interval | static |
make_min_max_included(double min_, double max_, double eps_=AUTO_EPS) | mygsl::interval | static |
make_neighbourhood(double value_, double delta_, bool included_=excluded) | mygsl::interval | static |
make_no_limit(double eps_=AUTO_EPS) | mygsl::interval | static |
NO_MAX_VALUE | mygsl::interval | static |
NO_MIN_VALUE | mygsl::interval | static |
NO_VALUE | mygsl::interval | static |
open() | mygsl::interval | |
operator<<(std::ostream &out_, const interval &i_) | mygsl::interval | friend |
operator>>(std::istream &in_, interval &i_) | mygsl::interval | friend |
remove_max() | mygsl::interval | |
remove_min() | mygsl::interval | |
reset() | mygsl::interval | |
set(double min_, double max_, double eps_=AUTO_EPS) | mygsl::interval | |
set_eps(double eps_) | mygsl::interval | |
set_max_included(bool inc_) | mygsl::interval | |
set_min_included(bool inc_) | mygsl::interval | |
union_with(const interval &) | mygsl::interval | |
~i_serializable() | datatools::i_serializable | virtual |
~interval() | mygsl::interval | virtual |