shark::BoundingBoxComputer< Set > Struct Template Reference

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...
 

Detailed Description

template<typename Set>
struct shark::BoundingBoxComputer< Set >

Calculates bounding boxes.

Template Parameters
SetThe type of the set of points.

Definition at line 103 of file LeastContributorApproximator.h.

Member Function Documentation

§ operator()()

template<typename Set>
void shark::BoundingBoxComputer< Set >::operator() ( typename Set::iterator  begin,
typename Set::iterator  end 
)
inline

Computes bounding boxes and their volume for the range of points defined by the iterators.

Parameters
[in]beginIterator pointing to the first valid point.
[in]endIterator pointing right after the last valid point.

Definition at line 125 of file LeastContributorApproximator.h.

References shark::blas::max().


The documentation for this struct was generated from the following file: