Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

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 274 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 280 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 282 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 281 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 679 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 688 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 288 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 289 of file rsdl_bins.h.


The documentation for this struct was generated from the following files:
Generated on Thu Jan 10 14:49:34 2008 for contrib/rpl/rsdl by  doxygen 1.4.4