Base class for vsol_spatial_object Includes members related to id, tag and flags of a vsol_spatial_object. More...
Go to the source code of this file.
Classes | |
class | vsol_flags_id |
Defines | |
#define | vsol_spatial_object_flags_ |
Variables | |
const unsigned int | VSOL_UNIONBIT = 0x80000000 |
const unsigned int | VSOL_SYSTEM_FLAG1 = 0x01000000 |
const unsigned int | VSOL_FLAG1 = 0x40000000 |
const unsigned int | VSOL_FLAG2 = 0x20000000 |
const unsigned int | VSOL_FLAG3 = 0x1000000 |
const unsigned int | VSOL_FLAG4 = 0x08000000 |
const unsigned int | VSOL_FLAG5 = 0x04000000 |
const unsigned int | VSOL_FLAG6 = 0x02000000 |
const unsigned int | VSOL_DEXID_BITS = 0x00FFFFFF |
const unsigned int | VSOL_FLAG_BITS = 0xFF000000 |
Base class for vsol_spatial_object Includes members related to id, tag and flags of a vsol_spatial_object.
Definition in file vsol_flags_id.h.
#define vsol_spatial_object_flags_ |
Definition at line 15 of file vsol_flags_id.h.
const unsigned int VSOL_DEXID_BITS = 0x00FFFFFF |
Definition at line 29 of file vsol_flags_id.h.
const unsigned int VSOL_FLAG1 = 0x40000000 |
Definition at line 21 of file vsol_flags_id.h.
const unsigned int VSOL_FLAG2 = 0x20000000 |
Definition at line 22 of file vsol_flags_id.h.
const unsigned int VSOL_FLAG3 = 0x1000000 |
Definition at line 23 of file vsol_flags_id.h.
const unsigned int VSOL_FLAG4 = 0x08000000 |
Definition at line 24 of file vsol_flags_id.h.
const unsigned int VSOL_FLAG5 = 0x04000000 |
Definition at line 25 of file vsol_flags_id.h.
const unsigned int VSOL_FLAG6 = 0x02000000 |
Definition at line 26 of file vsol_flags_id.h.
const unsigned int VSOL_FLAG_BITS = 0xFF000000 |
Definition at line 30 of file vsol_flags_id.h.
const unsigned int VSOL_SYSTEM_FLAG1 = 0x01000000 |
Definition at line 19 of file vsol_flags_id.h.
const unsigned int VSOL_UNIONBIT = 0x80000000 |
Definition at line 18 of file vsol_flags_id.h.