An exception that is thrown when the number of correspondants is not equal to the minimum required. More...
#include <exceptions.h>
Public Member Functions | |
NotEnoughPointsException (const std::string &error_description, const std::string &file_name="", const std::string &function_name="", unsigned line_number=0) throw () |
An exception that is thrown when the number of correspondants is not equal to the minimum required.
Definition at line 59 of file registration/include/pcl/registration/exceptions.h.
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 63 of file registration/include/pcl/registration/exceptions.h.