Defines
pcd_io.hpp File Reference
#include <fstream>
#include <fcntl.h>
#include <string>
#include <stdlib.h>
#include <boost/algorithm/string.hpp>
#include <pcl/channel_properties.h>
#include <pcl/console/print.h>
#include <sys/mman.h>
#include <pcl/io/lzf.h>
Include dependency graph for pcd_io.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define pcl_close(fd)   close(fd)
#define pcl_lseek(fd, offset, origin)   lseek(fd,offset,origin)
#define pcl_open   open

Define Documentation

#define pcl_close (   fd)    close(fd)

Definition at line 65 of file pcd_io.hpp.

#define pcl_lseek (   fd,
  offset,
  origin 
)    lseek(fd,offset,origin)

Definition at line 66 of file pcd_io.hpp.

#define pcl_open   open

Definition at line 64 of file pcd_io.hpp.



pcl
Author(s): Open Perception
autogenerated on Mon Oct 6 2014 03:19:13