|
OpenAtom
Version1.5a
|
Public Member Functions | |
| inttriple (int _x, int _y, int _z) | |
| void | pup (PUP::er &p) |
| int | getx () const |
| int | gety () const |
| int | getz () const |
| CkHashCode | hash () const |
| int | compare (inttriple &t) const |
Static Public Member Functions | |
| static CkHashCode | staticHash (const void *k, size_t) |
| static int | staticCompare (const void *a, const void *b, size_t) |
Private Attributes | |
| int | x |
| int | y |
| int | z |
Definition at line 31 of file MapTable.h.