Point Cloud Library (PCL)  1.3.1
Defines
pcd_io.hpp File Reference
#include <fstream>
#include <fcntl.h>
#include <string>
#include <stdlib.h>
#include <boost/algorithm/string.hpp>
#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_open   open
#define pcl_close(fd)   close(fd)
#define pcl_lseek(fd, offset, origin)   lseek(fd,offset,origin)

Define Documentation

#define pcl_close (   fd)    close(fd)

Definition at line 60 of file pcd_io.hpp.

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

Definition at line 61 of file pcd_io.hpp.

#define pcl_open   open

Definition at line 59 of file pcd_io.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines