Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_base64.h>
Public Member Functions | |
ON_Base64EncodeStream () | |
virtual | ~ON_Base64EncodeStream () |
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 char *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_base64.h.
virtual ON_Base64EncodeStream::~ON_Base64EncodeStream | ( | ) | [virtual] |
bool ON_Base64EncodeStream::Begin | ( | ) |
void* ON_Base64EncodeStream::CallbackContext | ( | ) | const |
ON_StreamCallbackFunction ON_Base64EncodeStream::CallbackFunction | ( | ) | const |
bool ON_Base64EncodeStream::End | ( | ) |
bool ON_Base64EncodeStream::In | ( | ON__UINT64 | in_buffer_size, |
const void * | in_buffer | ||
) |
ON__UINT32 ON_Base64EncodeStream::InCRC | ( | ) | const |
ON__UINT64 ON_Base64EncodeStream::InSize | ( | ) | const |
virtual bool ON_Base64EncodeStream::Out | ( | void * | callback_context, |
ON__UINT32 | out_buffer_size, | ||
const char * | out_buffer | ||
) | [virtual] |
ON__UINT32 ON_Base64EncodeStream::OutCRC | ( | ) | const |
ON__UINT64 ON_Base64EncodeStream::OutSize | ( | ) | const |
bool ON_Base64EncodeStream::SetCallback | ( | ON_StreamCallbackFunction | callback_function, |
void * | callback_context | ||
) |