#include "bsta_sampler.h"#include <vnl/vnl_random.h>#include <vcl_cstdlib.h>#include <vcl_set.h>#include <vcl_utility.h>#include <vcl_algorithm.h>Go to the source code of this file.
Classes | |
| class | first_less< T > |
| For sorting pairs by their first element. More... | |
Defines | |
| #define | bsta_sampler_txx_ |
| #define | BSTA_SAMPLER_INSTANTIATE(T) template class bsta_sampler<T > |
Functions | |
| bool | first_greater (const vcl_pair< float, vcl_pair< unsigned, unsigned > > &left_pair, const vcl_pair< float, vcl_pair< unsigned, unsigned > > &right_pair) |
Definition in file bsta_sampler.txx.
| #define BSTA_SAMPLER_INSTANTIATE | ( | T | ) | template class bsta_sampler<T > |
Definition at line 198 of file bsta_sampler.txx.
| #define bsta_sampler_txx_ |
Definition at line 3 of file bsta_sampler.txx.
| bool first_greater | ( | const vcl_pair< float, vcl_pair< unsigned, unsigned > > & | left_pair, |
| const vcl_pair< float, vcl_pair< unsigned, unsigned > > & | right_pair | ||
| ) |
Definition at line 135 of file bsta_sampler.txx.
1.7.5.1