|
Point Cloud Library (PCL)
1.14.1
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_string.h>
Collaboration diagram for ON_CheckSum:Public Member Functions | |
| ON_CheckSum () | |
| ~ON_CheckSum () | |
| void | Zero () |
| bool | IsSet () const |
| bool | SetBufferCheckSum (std::size_t size, const void *buffer, time_t time) |
| bool | SetFileCheckSum (FILE *fp) |
| bool | SetFileCheckSum (const wchar_t *filename) |
| bool | CheckBuffer (std::size_t size, const void *buffer) const |
| bool | CheckFile (FILE *fp, bool bSkipTimeCheck=false) const |
| bool | CheckFile (const wchar_t *filename, bool bSkipTimeCheck=false) const |
| bool | Write (class ON_BinaryArchive &) const |
| bool | Read (class ON_BinaryArchive &) |
| void | Dump (class ON_TextLog &) const |
Public Attributes | |
| std::size_t | m_size |
| time_t | m_time |
| ON__UINT32 | m_crc [8] |
Static Public Attributes | |
| static const ON_CheckSum | UnsetCheckSum |
Definition at line 273 of file opennurbs_string.h.
| ON_CheckSum::ON_CheckSum | ( | ) |
| ON_CheckSum::~ON_CheckSum | ( | ) |
| bool ON_CheckSum::CheckBuffer | ( | std::size_t | size, |
| const void * | buffer | ||
| ) | const |
| bool ON_CheckSum::CheckFile | ( | FILE * | fp, |
| bool | bSkipTimeCheck = false |
||
| ) | const |
| bool ON_CheckSum::CheckFile | ( | const wchar_t * | filename, |
| bool | bSkipTimeCheck = false |
||
| ) | const |
| void ON_CheckSum::Dump | ( | class ON_TextLog & | ) | const |
| bool ON_CheckSum::IsSet | ( | ) | const |
| bool ON_CheckSum::Read | ( | class ON_BinaryArchive & | ) |
| bool ON_CheckSum::SetBufferCheckSum | ( | std::size_t | size, |
| const void * | buffer, | ||
| time_t | time | ||
| ) |
| bool ON_CheckSum::SetFileCheckSum | ( | FILE * | fp | ) |
| bool ON_CheckSum::SetFileCheckSum | ( | const wchar_t * | filename | ) |
| bool ON_CheckSum::Write | ( | class ON_BinaryArchive & | ) | const |
| void ON_CheckSum::Zero | ( | ) |
| ON__UINT32 ON_CheckSum::m_crc[8] |
Definition at line 387 of file opennurbs_string.h.
| std::size_t ON_CheckSum::m_size |
Definition at line 385 of file opennurbs_string.h.
| time_t ON_CheckSum::m_time |
Definition at line 386 of file opennurbs_string.h.
|
static |
Definition at line 279 of file opennurbs_string.h.