pcd_io.cpp File Reference

#include <fstream>
#include <fcntl.h>
#include <string>
#include <stdlib.h>
#include <boost/algorithm/string.hpp>
#include <boost/filesystem.hpp>
#include <boost/numeric/conversion/cast.hpp>
#include "pcl/io/io.h"
#include "pcl/io/pcd_io.h"
#include <sys/mman.h>
Include dependency graph for pcd_io.cpp:

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(pathname, flags)   open(pathname,flags)

Define Documentation

#define pcl_close ( fd   )     close(fd)

Definition at line 57 of file pcd_io.cpp.

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

Definition at line 58 of file pcd_io.cpp.

#define pcl_open ( pathname,
flags   )     open(pathname,flags)

Definition at line 56 of file pcd_io.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


pcl
Author(s): See http://pcl.ros.org/authors for the complete list of authors.
autogenerated on Fri Jan 11 09:56:12 2013