Calculates bounding boxes. More...
#include <shark/Algorithms/DirectSearch/Indicators/LeastContributorApproximator.h>
Classes | |
| struct | VolumeComparator |
| Compares points based on their contributed volume. More... | |
Public Member Functions | |
| void | operator() (typename Set::iterator begin, typename Set::iterator end) |
| Computes bounding boxes and their volume for the range of points defined by the iterators. More... | |
Calculates bounding boxes.
| Set | The type of the set of points. |
Definition at line 103 of file LeastContributorApproximator.h.
|
inline |
Computes bounding boxes and their volume for the range of points defined by the iterators.
| [in] | begin | Iterator pointing to the first valid point. |
| [in] | end | Iterator pointing right after the last valid point. |
Definition at line 125 of file LeastContributorApproximator.h.
References shark::blas::max().