Point Cloud Library (PCL)
1.3.1
|
#include <pcl/exceptions.h>
#include <pcl/pcl_macros.h>
#include <pcl/win32_macros.h>
#include <cstdarg>
#include <stdio.h>
Go to the source code of this file.
Classes | |
class | pcl::PCLIOException |
/brief /ingroup io More... | |
Namespaces | |
namespace | pcl |
Software License Agreement (BSD License) | |
Defines | |
#define | THROW_PCL_IO_EXCEPTION(format,...) throwPCLIOException( __PRETTY_FUNCTION__, __FILE__, __LINE__, format , ##__VA_ARGS__ ) |
Functions | |
void | pcl::throwPCLIOException (const char *function, const char *file, unsigned line, const char *format,...) |
/brief /ingroup io |
#define THROW_PCL_IO_EXCEPTION | ( | format, | |
... | |||
) | throwPCLIOException( __PRETTY_FUNCTION__, __FILE__, __LINE__, format , ##__VA_ARGS__ ) |
Definition at line 47 of file pcl_io_exception.h.