Go to the source code of this file.
Classes | |
class | pcl::PCLIOException |
Base exception class for I/O operations. More... | |
Namespaces | |
namespace | pcl |
Defines | |
#define | THROW_PCL_IO_EXCEPTION(format,...) throwPCLIOException( __PRETTY_FUNCTION__, __FILE__, __LINE__, format , ##__VA_ARGS__ ) |
Functions | |
void | pcl::throwPCLIOException (const char *function_name, const char *file_name, unsigned line_number, const char *format,...) |
#define THROW_PCL_IO_EXCEPTION | ( | format, | |
... | |||
) | throwPCLIOException( __PRETTY_FUNCTION__, __FILE__, __LINE__, format , ##__VA_ARGS__ ) |
Definition at line 48 of file pcl_io_exception.h.