OpenVDB
9.0.1
|
Class that computes the Cyclic Redundancy Check (CRC) More...
#include <nanovdb/util/GridChecksum.h>
Public Member Functions | |
CRC32 () | |
void | reset () |
HashT | checksum () const |
template<typename IterT > | |
void | operator() (IterT begin, IterT end) |
void | operator() (const void *data, size_t byteSize) |
Static Public Attributes | |
static const HashT | EMPTY = ~HashT{0} & HashT{0xFFFFFFFFuL} |
Class that computes the Cyclic Redundancy Check (CRC)
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |