pcl::UnorganizedPointCloudException Class Reference

An exception that is thrown when an organized point cloud is needed but not provided. More...

#include <pcl/exceptions.h>

Inheritance diagram for pcl::UnorganizedPointCloudException:
Inheritance graph
[legend]
Collaboration diagram for pcl::UnorganizedPointCloudException:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 UnorganizedPointCloudException (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 an organized point cloud is needed but not provided.

Definition at line 209 of file exceptions.h.


Constructor & Destructor Documentation

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

Definition at line 213 of file exceptions.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends