Public Types | Public Member Functions
bsta_probability_addcovar_functor< mix_dist_ > Class Template Reference

A functor to return the probability with added covariance. More...

#include <bsta_basic_functors.h>

List of all members.

Public Types

enum  { return_dim = 1 }
typedef
mix_dist_::dist_type::math_type 
T
typedef
mix_dist_::dist_type::vector_type 
vector_
typedef
mix_dist_::dist_type::covar_type 
covar_t_
typedef T return_T
typedef return_T return_type

Public Member Functions

bool operator() (const mix_dist_ &d, const vector_ &min_pt, const vector_ &max_pt, const covar_t_ &add_covar, return_T &retval) const
 The main function.

Detailed Description

template<class mix_dist_>
class bsta_probability_addcovar_functor< mix_dist_ >

A functor to return the probability with added covariance.

Definition at line 94 of file bsta_basic_functors.h.


Member Typedef Documentation

template<class mix_dist_ >
typedef mix_dist_::dist_type::covar_type bsta_probability_addcovar_functor< mix_dist_ >::covar_t_

Definition at line 99 of file bsta_basic_functors.h.

template<class mix_dist_ >
typedef T bsta_probability_addcovar_functor< mix_dist_ >::return_T

Definition at line 100 of file bsta_basic_functors.h.

template<class mix_dist_ >
typedef return_T bsta_probability_addcovar_functor< mix_dist_ >::return_type

Definition at line 101 of file bsta_basic_functors.h.

template<class mix_dist_ >
typedef mix_dist_::dist_type::math_type bsta_probability_addcovar_functor< mix_dist_ >::T

Definition at line 97 of file bsta_basic_functors.h.

template<class mix_dist_ >
typedef mix_dist_::dist_type::vector_type bsta_probability_addcovar_functor< mix_dist_ >::vector_

Definition at line 98 of file bsta_basic_functors.h.


Member Enumeration Documentation

template<class mix_dist_ >
anonymous enum
Enumerator:
return_dim 

Definition at line 102 of file bsta_basic_functors.h.


Member Function Documentation

template<class mix_dist_ >
bool bsta_probability_addcovar_functor< mix_dist_ >::operator() ( const mix_dist_ &  d,
const vector_ min_pt,
const vector_ max_pt,
const covar_t_ add_covar,
return_T retval 
) const [inline]

The main function.

Definition at line 104 of file bsta_basic_functors.h.


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