#include <pcl/exceptions.h>
#include <pcl/pcl_macros.h>
#include <cstdarg>
#include <stdio.h>
Go to the source code of this file.
|
| #define | THROW_PCL_IO_EXCEPTION(format,...) throwPCLIOException( __PRETTY_FUNCTION__, __FILE__, __LINE__, format , ##__VA_ARGS__ ) |
| |
|
| 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__ ) |