OpenVDB  9.0.1
Public Member Functions | Static Public Attributes | List of all members
CRC32 Class Reference

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}
 

Detailed Description

Class that computes the Cyclic Redundancy Check (CRC)

Constructor & Destructor Documentation

CRC32 ( )
inline

Member Function Documentation

HashT checksum ( ) const
inline
void operator() ( IterT  begin,
IterT  end 
)
inline
void operator() ( const void *  data,
size_t  byteSize 
)
inline
void reset ( )
inline

Member Data Documentation

const HashT EMPTY = ~HashT{0} & HashT{0xFFFFFFFFuL}
static