#include "rsdl_bins_2d.h"
#include <vcl_cassert.h>
#include <vcl_iostream.h>
#include <vcl_vector.h>
#include <vcl_cstddef.h>
#include <vnl/vnl_math.h>
#include <vnl/vnl_vector_fixed.h>
Go to the source code of this file.
Defines | |
| #define | RSDL_BINS_2D_INSTANTIATE(COORD_T, VALUE_T) |
Functions | |
| template<class COORD_T, class VALUE_T> | |
| vcl_ostream & | operator<< (vcl_ostream &ostr, const vcl_vector< rsdl_bins_2d_entry< COORD_T, VALUE_T > > &entries) |
| #define RSDL_BINS_2D_INSTANTIATE | ( | COORD_T, | |||
| VALUE_T | ) |
Value:
template class rsdl_bins_2d_entry< COORD_T, VALUE_T >; \ template class rsdl_bins_2d< COORD_T, VALUE_T >; \ template vcl_ostream& \ operator<< ( vcl_ostream& ostr, \ const vcl_vector< rsdl_bins_2d_entry< COORD_T, VALUE_T > > & entry )
Definition at line 602 of file rsdl_bins_2d.txx.
| vcl_ostream& operator<< | ( | vcl_ostream & | ostr, | |
| const vcl_vector< rsdl_bins_2d_entry< COORD_T, VALUE_T > > & | entries | |||
| ) |
Definition at line 593 of file rsdl_bins_2d.txx.
1.5.1