Point Cloud Library (PCL)
1.14.1-dev
|
An exception that is thrown when the arguments number or type is wrong/unhandled. More...
#include <pcl/surface/3rdparty/poisson4/poisson_exceptions.h>
Public Member Functions | |
PoissonBadArgumentException (const std::string &error_description, const char *file_name=nullptr, const char *function_name=nullptr, unsigned line_number=0) | |
Public Member Functions inherited from pcl::poisson::PoissonException | |
PoissonException (const std::string &error_description, const char *file_name=nullptr, const char *function_name=nullptr, unsigned line_number=0) | |
Additional Inherited Members | |
Static Protected Member Functions inherited from pcl::poisson::PoissonException | |
static std::string | createDetailedMessage (const std::string &error_description, const char *file_name, const char *function_name, unsigned line_number) |
Protected Attributes inherited from pcl::poisson::PoissonException | |
const char * | file_name_ |
const char * | function_name_ |
unsigned | line_number_ |
An exception that is thrown when the arguments number or type is wrong/unhandled.
Definition at line 117 of file poisson_exceptions.h.
|
inline |
Definition at line 120 of file poisson_exceptions.h.