GADGET-4
|
defines a class that we use to store and manipulate the particle IDs More...
#include <climits>
Go to the source code of this file.
Classes | |
struct | approxlen |
struct | compactrank_t |
class | MyIDStorage |
class | MyHaloNrType |
Macros | |
#define | ID_MSB ((MyIDType)(~((MyIDType)(~((MyIDType)0)) >> ((MyIDType)1)))) |
#define | ID_MSK ((MyIDType)(((MyIDType)(~((MyIDType)0)) >> ((MyIDType)1)))) |
#define | HALONR_MAX ((MyIDType)(((MyIDType)(~((MyIDType)0)) >> ((MyIDType)1)))) |
#define | ALEN_MAX 1000000000.0 |
#define | ALEN_MIN 10.0 |
Functions | |
bool | operator< (const MyHaloNrType &left, const MyHaloNrType &right) |
bool | operator> (const MyHaloNrType &left, const MyHaloNrType &right) |
bool | operator!= (const MyHaloNrType &left, const MyHaloNrType &right) |
bool | operator== (const MyHaloNrType &left, const MyHaloNrType &right) |
defines a class that we use to store and manipulate the particle IDs
Definition in file idstorage.h.
#define ALEN_MAX 1000000000.0 |
Definition at line 30 of file idstorage.h.
#define ALEN_MIN 10.0 |
Definition at line 31 of file idstorage.h.
Definition at line 20 of file idstorage.h.
Definition at line 18 of file idstorage.h.
Definition at line 19 of file idstorage.h.
|
inline |
Definition at line 145 of file idstorage.h.
|
inline |
Definition at line 141 of file idstorage.h.
|
inline |
Definition at line 147 of file idstorage.h.
|
inline |
Definition at line 143 of file idstorage.h.