Public Types | Public Member Functions
bsta_probability_functor< dist_ > Class Template Reference

A functor to return the probability integrated over a box. More...

#include <bsta_basic_functors.h>

List of all members.

Public Types

enum  { return_dim = 1 }
typedef dist_::math_type T
typedef dist_::vector_type vector_
typedef T return_T
typedef return_T return_type

Public Member Functions

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

Detailed Description

template<class dist_>
class bsta_probability_functor< dist_ >

A functor to return the probability integrated over a box.

Definition at line 74 of file bsta_basic_functors.h.


Member Typedef Documentation

template<class dist_ >
typedef T bsta_probability_functor< dist_ >::return_T

Definition at line 79 of file bsta_basic_functors.h.

template<class dist_ >
typedef return_T bsta_probability_functor< dist_ >::return_type

Definition at line 80 of file bsta_basic_functors.h.

template<class dist_ >
typedef dist_::math_type bsta_probability_functor< dist_ >::T

Definition at line 77 of file bsta_basic_functors.h.

template<class dist_ >
typedef dist_::vector_type bsta_probability_functor< dist_ >::vector_

Definition at line 78 of file bsta_basic_functors.h.


Member Enumeration Documentation

template<class dist_ >
anonymous enum
Enumerator:
return_dim 

Definition at line 81 of file bsta_basic_functors.h.


Member Function Documentation

template<class dist_ >
bool bsta_probability_functor< dist_ >::operator() ( const dist_ &  d,
const vector_ min_pt,
const vector_ max_pt,
return_T retval 
) const [inline]

The main function.

Definition at line 84 of file bsta_basic_functors.h.


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