Point Cloud Library (PCL)  1.7.0
Public Member Functions
pcl::NotEnoughPointsException Class Reference

An exception that is thrown when the number of correspondants is not equal to the minimum required. More...

#include <pcl/registration/exceptions.h>

+ Inheritance diagram for pcl::NotEnoughPointsException:

List of all members.

Public Member Functions

 NotEnoughPointsException (const std::string &error_description, const std::string &file_name="", const std::string &function_name="", unsigned line_number=0) throw ()

Detailed Description

An exception that is thrown when the number of correspondants is not equal to the minimum required.

Definition at line 65 of file exceptions.h.


Constructor & Destructor Documentation

pcl::NotEnoughPointsException::NotEnoughPointsException ( const std::string &  error_description,
const std::string &  file_name = "",
const std::string &  function_name = "",
unsigned  line_number = 0 
) throw () [inline]

Definition at line 69 of file exceptions.h.


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