14 #ifndef CHECKSUMHASHGENERATOR_H
15 #define CHECKSUMHASHGENERATOR_H
27 INLINE
void add_int(
long num);
28 INLINE
void add_bool(
bool flag);
29 INLINE
void add_fp(
float num,
float threshold);
30 INLINE
void add_fp(
double num,
double threshold);
31 INLINE
void add_pointer(
void *ptr);
32 void add_string(
const std::string &str);
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is a specific kind of HashGenerator that simply adds up all of the ints.
This is the base class for a number of classes that generate arbitrary hash numbers for complex objec...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.