Point Cloud Library (PCL)  1.7.0
Public Member Functions | Public Attributes | Static Public Attributes
ON_CheckSum Class Reference

#include <pcl/surface/3rdparty/opennurbs/opennurbs_string.h>

List of all members.

Public Member Functions

 ON_CheckSum ()
 ~ON_CheckSum ()
void Zero ()
bool IsSet () const
bool SetBufferCheckSum (size_t size, const void *buffer, time_t time)
bool SetFileCheckSum (FILE *fp)
bool SetFileCheckSum (const wchar_t *filename)
bool CheckBuffer (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

size_t m_size
time_t m_time
ON__UINT32 m_crc [8]

Static Public Attributes

static const ON_CheckSum UnsetCheckSum

Detailed Description

Definition at line 273 of file opennurbs_string.h.


Constructor & Destructor Documentation


Member Function Documentation

bool ON_CheckSum::CheckBuffer ( 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 ( 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

Member Data Documentation

ON__UINT32 ON_CheckSum::m_crc[8]

Definition at line 387 of file opennurbs_string.h.

Definition at line 385 of file opennurbs_string.h.

Definition at line 386 of file opennurbs_string.h.

Definition at line 279 of file opennurbs_string.h.


The documentation for this class was generated from the following file: