Lines Matching defs:Quantity
85 class Quantity
86 : boost::totally_ordered<Quantity>
93 Quantity(double q, Unit const *u);
94 Quantity(double q, Glib::ustring const &u);
95 Quantity(double q, char const *u);
121 bool operator<(Quantity const &rhs) const;
122 bool operator==(Quantity const &other) const;
125 inline bool are_near(Quantity const &a, Quantity const &b, double eps=Geom::EPSILON)
157 Quantity parseQuantity(Glib::ustring const &q) const;