SISCone
2.0.6
|
references used for checksums. More...
#include <reference.h>
Public Member Functions | |
Creference () | |
default constructor | |
void | randomize () |
create a random reference | |
bool | is_empty () |
test emptyness | |
bool | not_empty () |
test non-emptyness | |
Creference & | operator= (const Creference &r) |
assignment of reference | |
Creference | operator+ (const Creference &r) |
addition of reference | |
Creference & | operator+= (const Creference &r) |
incrementation of reference | |
Creference & | operator-= (const Creference &r) |
decrementation of reference | |
unsigned int | operator[] (int i) |
accessing the reference |
Public Attributes | |
unsigned int | ref [3] |
actual data for the reference |
references used for checksums.
This class implements some reference variable that can be used for checksums. Those checksums are useful to disentengle between contents of two cones without looking into their explicit particle contents.
Definition at line 43 of file reference.h.