Public Member Functions | Public Attributes
pcl::search::BruteForce< PointT >::Entry Struct Reference

List of all members.

Public Member Functions

 Entry (int idx, float dist)
 Entry ()
bool operator< (const Entry &other) const
bool operator> (const Entry &other) const

Public Attributes

float distance
unsigned index

Detailed Description

template<typename PointT>
struct pcl::search::BruteForce< PointT >::Entry

Definition at line 64 of file brute_force.h.


Constructor & Destructor Documentation

template<typename PointT >
pcl::search::BruteForce< PointT >::Entry::Entry ( int  idx,
float  dist 
) [inline]

Definition at line 66 of file brute_force.h.

template<typename PointT >
pcl::search::BruteForce< PointT >::Entry::Entry ( ) [inline]

Definition at line 68 of file brute_force.h.


Member Function Documentation

template<typename PointT >
bool pcl::search::BruteForce< PointT >::Entry::operator< ( const Entry other) const [inline]

Definition at line 73 of file brute_force.h.

template<typename PointT >
bool pcl::search::BruteForce< PointT >::Entry::operator> ( const Entry other) const [inline]

Definition at line 79 of file brute_force.h.


Member Data Documentation

template<typename PointT >
float pcl::search::BruteForce< PointT >::Entry::distance

Definition at line 70 of file brute_force.h.

template<typename PointT >
unsigned pcl::search::BruteForce< PointT >::Entry::index

Definition at line 69 of file brute_force.h.


The documentation for this struct was generated from the following file:


pcl
Author(s): Open Perception
autogenerated on Mon Oct 6 2014 03:20:24