rsdl_bins_bin_entry_type< N, CoordType, ValueType > Struct Template Reference

#include <rsdl_bins.h>

List of all members.


Detailed Description

template<unsigned N, typename CoordType, typename ValueType>
struct rsdl_bins_bin_entry_type< N, CoordType, ValueType >

This is just a (location,value) pair that has a equal-within-threshold function.

Used in rsdl_bins to store the points in the bins.

Definition at line 329 of file rsdl_bins.h.


Public Types

typedef CoordType coord_type
typedef ValueType value_type
typedef vnl_vector_fixed<
CoordType, N > 
point_type

Public Member Functions

 rsdl_bins_bin_entry_type (point_type const &pt, const value_type val)
bool equal (point_type const &pt, double tol_sqr) const

Public Attributes

point_type point_
value_type value_

Member Typedef Documentation

template<unsigned N, typename CoordType, typename ValueType>
typedef CoordType rsdl_bins_bin_entry_type< N, CoordType, ValueType >::coord_type

Definition at line 335 of file rsdl_bins.h.

template<unsigned N, typename CoordType, typename ValueType>
typedef ValueType rsdl_bins_bin_entry_type< N, CoordType, ValueType >::value_type

Definition at line 336 of file rsdl_bins.h.

template<unsigned N, typename CoordType, typename ValueType>
typedef vnl_vector_fixed<CoordType,N> rsdl_bins_bin_entry_type< N, CoordType, ValueType >::point_type

Definition at line 337 of file rsdl_bins.h.


Constructor & Destructor Documentation

template<unsigned N, typename C, typename V>
rsdl_bins_bin_entry_type< N, C, V >::rsdl_bins_bin_entry_type ( point_type const &  pt,
const value_type  val 
)

Definition at line 999 of file rsdl_bins.txx.


Member Function Documentation

template<unsigned N, typename C, typename V>
bool rsdl_bins_bin_entry_type< N, C, V >::equal ( point_type const &  pt,
double  tol_sqr 
) const [inline]

Definition at line 1008 of file rsdl_bins.txx.


Member Data Documentation

template<unsigned N, typename CoordType, typename ValueType>
point_type rsdl_bins_bin_entry_type< N, CoordType, ValueType >::point_

Definition at line 343 of file rsdl_bins.h.

template<unsigned N, typename CoordType, typename ValueType>
value_type rsdl_bins_bin_entry_type< N, CoordType, ValueType >::value_

Definition at line 344 of file rsdl_bins.h.


The documentation for this struct was generated from the following files:
Generated on Mon Mar 8 05:26:58 2010 for contrib/rpl/rsdl by  doxygen 1.5.1