pcl::registration::DataContainerInterface Class Reference
[Module registration]

DataContainerInterface provides a generic interface for computing correspondence scores between correspondent points in the input and target clouds More...

#include <pcl/registration/correspondence_rejection.h>

Inheritance diagram for pcl::registration::DataContainerInterface:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~DataContainerInterface ()
virtual double getCorrespondenceScore (int index)=0
virtual double getCorrespondenceScore (const pcl::Correspondence &)=0

Detailed Description

DataContainerInterface provides a generic interface for computing correspondence scores between correspondent points in the input and target clouds

Definition at line 154 of file correspondence_rejection.h.


Constructor & Destructor Documentation

virtual pcl::registration::DataContainerInterface::~DataContainerInterface (  )  [inline, virtual]

Definition at line 157 of file correspondence_rejection.h.


Member Function Documentation

virtual double pcl::registration::DataContainerInterface::getCorrespondenceScore ( const pcl::Correspondence  )  [pure virtual]
virtual double pcl::registration::DataContainerInterface::getCorrespondenceScore ( int  index  )  [pure virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends