Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
pcl::KernelWidthTooSmallException Class Reference

An exception that is thrown when the kernel size is too small. More...

#include <pcl/exceptions.h>

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

List of all members.

Public Member Functions

 KernelWidthTooSmallException (const std::string &error_description, const std::string &file_name="", const std::string &function_name="", unsigned line_number=0) throw ()
const std::string & getFileName () const throw ()
const std::string & getFunctionName () const throw ()
unsigned getLineNumber () const throw ()
std::string detailedMessage () const throw ()

Detailed Description

An exception that is thrown when the kernel size is too small.

Definition at line 199 of file exceptions.h.


Constructor & Destructor Documentation

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

Definition at line 203 of file exceptions.h.


Member Function Documentation

std::string pcl::PCLException::detailedMessage ( ) const throw () [inline, inherited]

Definition at line 87 of file exceptions.h.

const std::string& pcl::PCLException::getFileName ( ) const throw () [inline, inherited]

Definition at line 69 of file exceptions.h.

const std::string& pcl::PCLException::getFunctionName ( ) const throw () [inline, inherited]

Definition at line 75 of file exceptions.h.

unsigned pcl::PCLException::getLineNumber ( ) const throw () [inline, inherited]

Definition at line 81 of file exceptions.h.


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