Classes | Defines | Functions
contrib/brl/bbas/bsta/bsta_sampler.txx File Reference
#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)

Detailed Description

Definition in file bsta_sampler.txx.


Define Documentation

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


Function Documentation

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.