Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions
pcl::IsNotDenseException Class Reference

An exception that is thrown when a PointCloud is not dense but is attempted to be used as dense. More...

#include <pcl/exceptions.h>

+ Inheritance diagram for pcl::IsNotDenseException:
+ Collaboration diagram for pcl::IsNotDenseException:

Public Member Functions

 IsNotDenseException (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::PCLException
 PCLException (const std::string &error_description, const char *file_name=nullptr, const char *function_name=nullptr, unsigned line_number=0)
 
const char * getFileName () const noexcept
 
const char * getFunctionName () const noexcept
 
unsigned getLineNumber () const noexcept
 
const char * detailedMessage () const noexcept
 

Additional Inherited Members

- Static Protected Member Functions inherited from pcl::PCLException
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::PCLException
const char * file_name_
 
const char * function_name_
 
unsigned line_number_
 

Detailed Description

An exception that is thrown when a PointCloud is not dense but is attempted to be used as dense.

Definition at line 151 of file exceptions.h.

Constructor & Destructor Documentation

◆ IsNotDenseException()

pcl::IsNotDenseException::IsNotDenseException ( const std::string &  error_description,
const char *  file_name = nullptr,
const char *  function_name = nullptr,
unsigned  line_number = 0 
)
inline

Definition at line 155 of file exceptions.h.


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