#include <pcl/surface/3rdparty/opennurbs/opennurbs_zlib.h>
Detailed Description
Definition at line 49 of file opennurbs_zlib.h.
Constructor & Destructor Documentation
| ON_CompressedBuffer::ON_CompressedBuffer |
( |
| ) |
|
| ON_CompressedBuffer::~ON_CompressedBuffer |
( |
| ) |
|
Member Function Documentation
| bool ON_CompressedBuffer::Compress |
( |
size_t |
sizeof__inbuffer, |
|
|
const void * |
inbuffer, |
|
|
int |
sizeof_element |
|
) |
| |
| bool ON_CompressedBuffer::CompressionEnd |
( |
struct ON_CompressedBufferHelper * |
| ) |
const |
| bool ON_CompressedBuffer::CompressionInit |
( |
struct ON_CompressedBufferHelper * |
| ) |
const |
| size_t ON_CompressedBuffer::DeflateHelper |
( |
struct ON_CompressedBufferHelper * |
, |
|
|
size_t |
sizeof___inbuffer, |
|
|
const void * |
in___buffer |
|
) |
| |
| void ON_CompressedBuffer::Destroy |
( |
| ) |
|
| bool ON_CompressedBuffer::InflateHelper |
( |
struct ON_CompressedBufferHelper * |
, |
|
|
size_t |
sizeof___outbuffer, |
|
|
void * |
out___buffer |
|
) |
| const |
| size_t ON_CompressedBuffer::SizeOfUncompressedBuffer |
( |
| ) |
const |
| bool ON_CompressedBuffer::Uncompress |
( |
void * |
outbuffer, |
|
|
int * |
bFailedCRC |
|
) |
| const |
| bool ON_CompressedBuffer::WriteChar |
( |
size_t |
count, |
|
|
const void * |
buffer |
|
) |
| |
Member Data Documentation
| void* ON_CompressedBuffer::m_buffer_compressed |
| size_t ON_CompressedBuffer::m_buffer_compressed_capacity |
| ON__UINT32 ON_CompressedBuffer::m_crc_compressed |
| ON__UINT32 ON_CompressedBuffer::m_crc_uncompressed |
| int ON_CompressedBuffer::m_method |
| size_t ON_CompressedBuffer::m_sizeof_compressed |
| int ON_CompressedBuffer::m_sizeof_element |
| size_t ON_CompressedBuffer::m_sizeof_uncompressed |
The documentation for this class was generated from the following file:
- /tmp/buildd/pcl-1.7.2/surface/include/pcl/surface/3rdparty/opennurbs/opennurbs_zlib.h