point_cloud_library / 1.12.1 / structpcl_1_1search_1_1_organized_neighbor_1_1_entry.html /

#include <pcl/search/organized.h>

Public Member Functions

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

Public Attributes

index_t index
float distance

Detailed Description

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

Definition at line 190 of file organized.h.

Constructor & Destructor Documentation

Entry() [1/2]

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

Definition at line 192 of file organized.h.

Entry() [2/2]

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

Definition at line 193 of file organized.h.

Member Function Documentation

operator<()

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

Member Data Documentation

distance

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

index

template<typename PointT >
index_t pcl::search::OrganizedNeighbor< PointT >::Entry::index

Definition at line 194 of file organized.h.


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

© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1search_1_1_organized_neighbor_1_1_entry.html