#include <pcl/surface/3rdparty/opennurbs/opennurbs_compress.h>
Definition at line 199 of file opennurbs_compress.h.
◆ ON_UncompressStream()
ON_UncompressStream::ON_UncompressStream |
( |
| ) |
|
◆ ~ON_UncompressStream()
virtual ON_UncompressStream::~ON_UncompressStream |
( |
| ) |
|
|
virtual |
◆ Begin()
bool ON_UncompressStream::Begin |
( |
| ) |
|
◆ CallbackContext()
void* ON_UncompressStream::CallbackContext |
( |
| ) |
const |
◆ CallbackFunction()
ON_StreamCallbackFunction ON_UncompressStream::CallbackFunction |
( |
| ) |
const |
◆ End()
bool ON_UncompressStream::End |
( |
| ) |
|
◆ In()
bool ON_UncompressStream::In |
( |
ON__UINT64 |
in_buffer_size, |
|
|
const void * |
in_buffer |
|
) |
| |
◆ InCRC()
ON__UINT32 ON_UncompressStream::InCRC |
( |
| ) |
const |
◆ InSize()
ON__UINT64 ON_UncompressStream::InSize |
( |
| ) |
const |
◆ Out()
virtual bool ON_UncompressStream::Out |
( |
void * |
callback_context, |
|
|
ON__UINT32 |
out_buffer_size, |
|
|
const void * |
out_buffer |
|
) |
| |
|
virtual |
◆ OutCRC()
ON__UINT32 ON_UncompressStream::OutCRC |
( |
| ) |
const |
◆ OutSize()
ON__UINT64 ON_UncompressStream::OutSize |
( |
| ) |
const |
◆ SetCallback()
bool ON_UncompressStream::SetCallback |
( |
ON_StreamCallbackFunction |
callback_function, |
|
|
void * |
callback_context |
|
) |
| |
The documentation for this class was generated from the following file: