|
Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_base64.h>
Public Member Functions | |
| ON_DecodeBase64 () | |
| virtual | ~ON_DecodeBase64 () |
| void | Begin () |
| const char * | Decode (const char *base64str) |
| const char * | Decode (const char *base64str, size_t base64str_count) |
| const wchar_t * | Decode (const wchar_t *base64str) |
| const wchar_t * | Decode (const wchar_t *base64str, size_t base64str_count) |
| bool | End () |
| virtual void | Output () |
| void | SetError () |
| const bool | Error () const |
Public Attributes | |
| unsigned int | m_decode_count |
| int | m_output_count |
| unsigned char | m_output [512] |
Definition at line 215 of file opennurbs_base64.h.
| virtual ON_DecodeBase64::~ON_DecodeBase64 | ( | ) | [virtual] |
| void ON_DecodeBase64::Begin | ( | ) |
| const char* ON_DecodeBase64::Decode | ( | const char * | base64str | ) |
| const char* ON_DecodeBase64::Decode | ( | const char * | base64str, |
| size_t | base64str_count | ||
| ) |
| const wchar_t* ON_DecodeBase64::Decode | ( | const wchar_t * | base64str | ) |
| const wchar_t* ON_DecodeBase64::Decode | ( | const wchar_t * | base64str, |
| size_t | base64str_count | ||
| ) |
| bool ON_DecodeBase64::End | ( | ) |
| const bool ON_DecodeBase64::Error | ( | ) | const |
| virtual void ON_DecodeBase64::Output | ( | ) | [virtual] |
| void ON_DecodeBase64::SetError | ( | ) |
| unsigned int ON_DecodeBase64::m_decode_count |
Definition at line 258 of file opennurbs_base64.h.
| unsigned char ON_DecodeBase64::m_output[512] |
Definition at line 261 of file opennurbs_base64.h.
Definition at line 260 of file opennurbs_base64.h.