Point Cloud Library (PCL)
1.7.1
|
An exception that is thrown when the number of correspondants is not equal to the minimum required. More...
#include <pcl/registration/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 () | |
![]() | |
PCLException (const std::string &error_description, const std::string &file_name="", const std::string &function_name="", unsigned line_number=0) throw () | |
virtual | ~PCLException () throw () |
const std::string & | getFileName () const throw () |
const std::string & | getFunctionName () const throw () |
unsigned | getLineNumber () const throw () |
std::string | detailedMessage () const throw () |
char const * | what () const throw () |
Additional Inherited Members | |
![]() | |
std::string | file_name_ |
std::string | function_name_ |
std::string | message_ |
unsigned | line_number_ |
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.
|
inline |
Definition at line 69 of file exceptions.h.