Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions
pcl::registration::sortCorrespondencesByMatchIndexAndDistance Struct Reference

sortCorrespondencesByMatchIndexAndDistance : a functor for sorting correspondences by match index and distance More...

#include <pcl/registration/correspondence_sorting.h>

Inheritance diagram for pcl::registration::sortCorrespondencesByMatchIndexAndDistance:
Inheritance graph
[legend]
Collaboration diagram for pcl::registration::sortCorrespondencesByMatchIndexAndDistance:
Collaboration graph
[legend]

Public Member Functions

bool operator() (pcl::Correspondence a, pcl::Correspondence b)
 

Detailed Description

sortCorrespondencesByMatchIndexAndDistance : a functor for sorting correspondences by match index and distance

Author
Dirk Holz

Definition at line 109 of file correspondence_sorting.h.

Member Function Documentation

bool pcl::registration::sortCorrespondencesByMatchIndexAndDistance::operator() ( pcl::Correspondence  a,
pcl::Correspondence  b 
)
inline

Definition at line 112 of file correspondence_sorting.h.


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