#include <aabtreecull.h>
Inherits CullLinkClass, and AutoPoolClass< AABTreeLinkClass, 256 >.
Public Member Functions | |
| AABTreeLinkClass (AABTreeCullSystemClass *system) | |
Public Member Functions inherited from CullLinkClass | |
| WWINLINE | CullLinkClass (CullSystemClass *system) |
| virtual | ~CullLinkClass (void) |
| WWINLINE void | Set_Culling_System (CullSystemClass *sys) |
| WWINLINE CullSystemClass * | Get_Culling_System (void) |
Public Attributes | |
| AABTreeNodeClass * | Node |
| CullableClass * | NextObject |
Additional Inherited Members | |
Static Public Member Functions inherited from AutoPoolClass< AABTreeLinkClass, 256 > | |
| static void * | operator new (size_t size) |
| static void | operator delete (void *memory) |
Protected Attributes inherited from CullLinkClass | |
| CullSystemClass * | System |
Definition at line 332 of file aabtreecull.h.
|
inline |
Definition at line 335 of file aabtreecull.h.
| CullableClass* AABTreeLinkClass::NextObject |
Definition at line 338 of file aabtreecull.h.
| AABTreeNodeClass* AABTreeLinkClass::Node |
Definition at line 337 of file aabtreecull.h.