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

An exception that is thrown when a sample consensus model doesn't have the correct number of samples defined in model_types.h. More...

#include <pcl/exceptions.h>

+ Inheritance diagram for pcl::InvalidSACModelTypeException:

List of all members.

Public Member Functions

 InvalidSACModelTypeException (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 a sample consensus model doesn't have the correct number of samples defined in model_types.h.

Definition at line 166 of file exceptions.h.


Constructor & Destructor Documentation

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

Definition at line 170 of file exceptions.h.


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