QUGaR 0.0.4
|
This is the complete list of members for qugar::Tolerance, including all inherited members.
coincident(const Point< dim, T > &pt_0, const Point< dim, T > &pt_1) const | qugar::Tolerance | inline |
equal(const real lhs, const real rhs) const | qugar::Tolerance | |
equal_rel(const real lhs, const real rhs) const | qugar::Tolerance | |
equal_rel(const real lhs, const real rhs, const Tolerance &rel_tolerance) const | qugar::Tolerance | |
greater_equal_than(const real lhs, const real rhs) const | qugar::Tolerance | |
greater_than(const real lhs, const real rhs) const | qugar::Tolerance | |
greater_than_rel(const real lhs, const real rhs) const | qugar::Tolerance | |
is_negative(const real val) const | qugar::Tolerance | |
is_positive(const real val) const | qugar::Tolerance | |
is_zero(const real val) const | qugar::Tolerance | |
smaller_equal_than(const real lhs, const real rhs) const | qugar::Tolerance | |
smaller_than(const real lhs, const real rhs) const | qugar::Tolerance | |
smaller_than_rel(const real lhs, const real rhs) const | qugar::Tolerance | |
Tolerance(const real value) | qugar::Tolerance | explicit |
Tolerance(const real tol_0, const real tol_1) | qugar::Tolerance | explicit |
Tolerance(const Tolerance &tol_0, const Tolerance &tol_1) | qugar::Tolerance | explicit |
Tolerance() | qugar::Tolerance | explicit |
tolerance_ | qugar::Tolerance | private |
unique(std::vector< real > &values) const | qugar::Tolerance | |
update(const real tol) | qugar::Tolerance | |
update(const Tolerance &tol) | qugar::Tolerance | |
value() const | qugar::Tolerance |