Point Cloud Library (PCL)  1.7.0
Public Member Functions | Public Attributes
pcl::search::OrganizedNeighbor< PointT >::Entry Struct Reference

#include <pcl/search/organized.h>

List of all members.

Public Member Functions

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

Public Attributes

unsigned index
float distance

Detailed Description

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

Definition at line 194 of file organized.h.


Constructor & Destructor Documentation

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

Definition at line 196 of file organized.h.

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

Definition at line 197 of file organized.h.


Member Function Documentation

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

Member Data Documentation

template<typename PointT>
float pcl::search::OrganizedNeighbor< PointT >::Entry::distance
template<typename PointT>
unsigned pcl::search::OrganizedNeighbor< PointT >::Entry::index

Definition at line 198 of file organized.h.


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