An exception that is thrown when a PointCloud is not dense but is attemped to be used as dense. More...
#include <pcl/exceptions.h>


Public Member Functions | |
| IsNotDenseException (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 a PointCloud is not dense but is attemped to be used as dense.
Definition at line 151 of file exceptions.h.
| pcl::IsNotDenseException::IsNotDenseException | ( | const std::string & | error_description, | |
| const std::string & | file_name = "", |
|||
| const std::string & | function_name = "", |
|||
| unsigned | line_number = 0 | |||
| ) | throw () [inline] |
Definition at line 155 of file exceptions.h.