Go to the source code of this file.
Classes | |
class | CSGObject |
Defines | |
#define | SG_REF(x) { if (x) x->ref(); } |
#define | SG_UNREF(x) { if (x) x->unref(); } |
#define SG_REF | ( | x | ) | { if (x) x->ref(); } |
Definition at line 23 of file SGObject.h.
#define SG_UNREF | ( | x | ) | { if (x) x->unref(); } |
Definition at line 24 of file SGObject.h.