Point Cloud Library (PCL)
1.3.1
|
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | pcl::PCLException |
A base class for all pcl exceptions which inherits from std::runtime_error. More... | |
class | pcl::InvalidConversionException |
An exception that is thrown when a PointCloud2 message cannot be converted into a PCL type. More... | |
class | pcl::IsNotDenseException |
An exception that is thrown when a PointCloud is not dense but is attemped to be used as dense. More... | |
class | pcl::InvalidSACModelTypeException |
An exception that is thrown when a sample consensus model doesn't have the correct number of samples defined in model_types.h. More... | |
class | pcl::IOException |
An exception that is thrown during an IO error (typical read/write errors) More... | |
Namespaces | |
namespace | pcl |
Software License Agreement (BSD License) |