Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Functions
pcl_io_exception.h File Reference
#include <pcl/exceptions.h>
#include <pcl/pcl_macros.h>
#include <cstdarg>
#include <stdio.h>
Include dependency graph for pcl_io_exception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pcl::PCLIOException
 Base exception class for I/O operations. More...
 

Namespaces

namespace  pcl
 

Macros

#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,...)
 

Macro Definition Documentation

#define THROW_PCL_IO_EXCEPTION (   format,
  ... 
)    throwPCLIOException( __PRETTY_FUNCTION__, __FILE__, __LINE__, format , ##__VA_ARGS__ )

Definition at line 48 of file pcl_io_exception.h.