Point Cloud Library (PCL)  1.3.1
Classes | Namespaces | Defines | Functions
pcl_io_exception.h File Reference
#include <pcl/exceptions.h>
#include <pcl/pcl_macros.h>
#include <pcl/win32_macros.h>
#include <cstdarg>
#include <stdio.h>
Include dependency graph for pcl_io_exception.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 Documentation

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

Definition at line 47 of file pcl_io_exception.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines