NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
pcl::search::OrganizedNeighbor2< PointT >::Entry Struct Reference

#include <organized_neighbor2.h>

Public Member Functions

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

Public Attributes

unsigned index
 
float distance
 

Constructor & Destructor Documentation

◆ Entry() [1/2]

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

◆ Entry() [2/2]

template<typename PointT >
pcl::search::OrganizedNeighbor2< PointT >::Entry::Entry ( )
inline

Member Function Documentation

◆ operator<()

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

Member Data Documentation

◆ distance

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

◆ index

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

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