Point Cloud Library (PCL)  1.3.1
Namespaces | Functions
lzf.h File Reference
#include <pcl/pcl_macros.h>
Include dependency graph for lzf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  pcl
 

Software License Agreement (BSD License)


Functions

PCL_EXPORTS unsigned int pcl::lzfCompress (const void *const in_data, unsigned int in_len, void *out_data, unsigned int out_len)
 Compress in_len bytes stored at the memory block starting at in_data and write the result to out_data, up to a maximum length of out_len bytes using Marc Lehmann's LZF algorithm.
PCL_EXPORTS unsigned int pcl::lzfDecompress (const void *const in_data, unsigned int in_len, void *out_data, unsigned int out_len)
 Decompress data compressed with the lzfCompress function and stored at location in_data and length in_len.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines