|
Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_compress.h>
Public Member Functions | |
| ON_CompressStream () | |
| virtual | ~ON_CompressStream () |
| bool | SetCallback (ON_StreamCallbackFunction callback_function, void *callback_context) |
| ON_StreamCallbackFunction | CallbackFunction () const |
| void * | CallbackContext () const |
| bool | Begin () |
| bool | In (ON__UINT64 in_buffer_size, const void *in_buffer) |
| virtual bool | Out (void *callback_context, ON__UINT32 out_buffer_size, const void *out_buffer) |
| bool | End () |
| ON__UINT64 | InSize () const |
| ON__UINT64 | OutSize () const |
| ON__UINT32 | InCRC () const |
| ON__UINT32 | OutCRC () const |
Definition at line 22 of file opennurbs_compress.h.
| virtual ON_CompressStream::~ON_CompressStream | ( | ) | [virtual] |
| bool ON_CompressStream::Begin | ( | ) |
| void* ON_CompressStream::CallbackContext | ( | ) | const |
| ON_StreamCallbackFunction ON_CompressStream::CallbackFunction | ( | ) | const |
| bool ON_CompressStream::End | ( | ) |
| bool ON_CompressStream::In | ( | ON__UINT64 | in_buffer_size, |
| const void * | in_buffer | ||
| ) |
| ON__UINT32 ON_CompressStream::InCRC | ( | ) | const |
| ON__UINT64 ON_CompressStream::InSize | ( | ) | const |
| virtual bool ON_CompressStream::Out | ( | void * | callback_context, |
| ON__UINT32 | out_buffer_size, | ||
| const void * | out_buffer | ||
| ) | [virtual] |
| ON__UINT32 ON_CompressStream::OutCRC | ( | ) | const |
| ON__UINT64 ON_CompressStream::OutSize | ( | ) | const |
| bool ON_CompressStream::SetCallback | ( | ON_StreamCallbackFunction | callback_function, |
| void * | callback_context | ||
| ) |