#include "cullsys.h"#include "mempool.h"#include "frustum.h"#include "aabox.h"#include "lineseg.h"#include "obbox.h"#include <string.h>Go to the source code of this file.
Classes | |
| class | GridCullSystemClass |
| struct | GridCullSystemClass::StatsStruct |
| struct | GridCullSystemClass::VolumeStruct |
| class | TypedGridCullSystemClass< T > |
| class | GridLinkClass |
| class | GridListIterator |
Macros | |
| #define | GRIDCULL_NODE_ACCEPTED |
| #define | GRIDCULL_NODE_TRIVIALLY_ACCEPTED |
| #define | GRIDCULL_NODE_REJECTED |
| #define GRIDCULL_NODE_ACCEPTED |
Definition at line 215 of file gridcull.h.
| #define GRIDCULL_NODE_REJECTED |
Definition at line 217 of file gridcull.h.
| #define GRIDCULL_NODE_TRIVIALLY_ACCEPTED |
Definition at line 216 of file gridcull.h.