#include <rsdl_bins.h>
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_ |
| typedef CoordType rsdl_bins_bin_entry_type< N, CoordType, ValueType >::coord_type |
Definition at line 335 of file rsdl_bins.h.
| typedef ValueType rsdl_bins_bin_entry_type< N, CoordType, ValueType >::value_type |
Definition at line 336 of file rsdl_bins.h.
| 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.
| 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.
| 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.
| point_type rsdl_bins_bin_entry_type< N, CoordType, ValueType >::point_ |
Definition at line 343 of file rsdl_bins.h.
| value_type rsdl_bins_bin_entry_type< N, CoordType, ValueType >::value_ |
Definition at line 344 of file rsdl_bins.h.
1.5.1