Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Types | Public Member Functions
pcl::registration::sortCorrespondencesByQueryIndexAndDistance Struct Reference

sortCorrespondencesByQueryIndexAndDistance : a functor for sorting correspondences by query index and distance More...

#include <pcl/registration/correspondence_sorting.h>

Public Types

using first_argument_type = pcl::Correspondence
 
using second_argument_type = pcl::Correspondence
 
using result_type = bool
 

Public Member Functions

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

Detailed Description

sortCorrespondencesByQueryIndexAndDistance : a functor for sorting correspondences by query index and distance

Author
Dirk Holz

Definition at line 97 of file correspondence_sorting.h.

Member Typedef Documentation

◆ first_argument_type

Definition at line 98 of file correspondence_sorting.h.

◆ result_type

Definition at line 100 of file correspondence_sorting.h.

◆ second_argument_type

Definition at line 99 of file correspondence_sorting.h.

Member Function Documentation

◆ operator()()

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

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