oln::utils::histogram_min< T, CPT, V2P, Exact > Class Template Reference

#include <histogram.hh>

Inheritance diagram for oln::utils::histogram_min< T, CPT, V2P, Exact >:

Inheritance graph
[legend]
Collaboration diagram for oln::utils::histogram_min< T, CPT, V2P, Exact >:

Collaboration graph
[legend]
List of all members.

Public Types

enum  { dim = hist_traits<exact_type>::dim }
typedef mlc::exact_vt< histogram_min<
T, CPT, V2P, Exact >, Exact
>::ret 
exact_type
typedef hist_traits< exact_type
>::value_type 
value_type
typedef hist_traits< exact_type
>::cpt_type 
cpt_type
typedef hist_traits< exact_type
>::value_to_point_type 
value_to_point_type
typedef hist_traits< exact_type
>::point_type 
point_type
typedef hist_traits< exact_type
>::img_type 
img_type
typedef histogram< T, CPT,
V2P, exact_type
upper_type

Public Member Functions

 histogram_min (const value_to_point_type &v2p=value_to_point_type())
template<class I>
 histogram_min (const oln::abstract::image< I > &input, const value_to_point_type &v2p=value_to_point_type())
const cpt_type at (const value_type &i) const
 operator[] should be called.
cpt_typeat (const value_type &i)
 operator[] should be called.
value_type min ()
 Quick function min.
value_type res ()
 Return the min.

Protected Member Functions

void adjust (const value_type &idx)
 Maintain the worst min.

Protected Attributes

value_type min_
 Index of the worst min element.

Detailed Description

template<typename T, typename CPT, class V2P, class Exact>
class oln::utils::histogram_min< T, CPT, V2P, Exact >

Build the histogram and has quick min function.

See also:
histogram_minmax

Definition at line 477 of file histogram.hh.


The documentation for this class was generated from the following file:
Generated on Tue Feb 20 20:29:57 2007 for Olena by  doxygen 1.5.1