Searched refs:getBoundedOptimum (Results 1 – 2 of 2) sorted by relevance
56 const T &getBoundedOptimum() const { in getBoundedOptimum() function61 T &getBoundedOptimum() { in getBoundedOptimum() function66 const T &operator*() const { return getBoundedOptimum(); }67 T &operator*() { return getBoundedOptimum(); }68 const T *operator->() const { return &getBoundedOptimum(); }69 T *operator->() { return &getBoundedOptimum(); }
1127 if (min.getBoundedOptimum() > max.getBoundedOptimum()) in computeVolume()