#include <cullsys.h>
Inherits RefCountClass.
Inherited by SoundCullObjClass, and TexProjectClass.
Public Member Functions | |
| CullableClass (void) | |
| virtual | ~CullableClass (void) |
| WWINLINE const AABoxClass & | Get_Cull_Box (void) const |
| void | Set_Cull_Box (const AABoxClass &box, bool just_loaded=false) |
| void | Set_Culling_System (CullSystemClass *sys) |
| CullSystemClass * | Get_Culling_System (void) const |
| WWINLINE void | Set_Cull_Link (CullLinkClass *c) |
| WWINLINE CullLinkClass * | Get_Cull_Link (void) const |
Public Member Functions inherited from RefCountClass | |
| RefCountClass (void) | |
| RefCountClass (const RefCountClass &) | |
| void | Add_Ref (void) const |
| WWINLINE void | Release_Ref (void) const |
| int | Num_Refs (void) const |
| virtual void | Delete_This (void) |
Friends | |
| class | CullSystemClass |
Additional Inherited Members | |
Static Public Member Functions inherited from RefCountClass | |
| static int | Total_Refs (void) |
| static RefCountClass * | Add_Active_Ref (RefCountClass *obj) |
| static RefCountClass * | Set_Ref_Owner (RefCountClass *obj, char *file, int line) |
| static void | Remove_Active_Ref (RefCountClass *obj) |
| static bool | Validate_Active_Ref (RefCountClass *obj) |
Public Attributes inherited from RefCountClass | |
| RefCountNodeClass | ActiveRefNode |
| ActiveRefStruct | ActiveRefInfo |
Static Public Attributes inherited from RefCountClass | |
| static RefCountListClass | ActiveRefList |
Protected Member Functions inherited from RefCountClass | |
| virtual | ~RefCountClass (void) |
| CullableClass::CullableClass | ( | void | ) |
Definition at line 47 of file cullsys.cpp.
|
virtual |
Definition at line 54 of file cullsys.cpp.
|
inline |
|
inline |
| CullSystemClass * CullableClass::Get_Culling_System | ( | void | ) | const |
Definition at line 86 of file cullsys.cpp.
| void CullableClass::Set_Cull_Box | ( | const AABoxClass & | box, |
| bool | just_loaded = false ) |
Definition at line 62 of file cullsys.cpp.
|
inline |
| void CullableClass::Set_Culling_System | ( | CullSystemClass * | sys | ) |
Definition at line 79 of file cullsys.cpp.
|
friend |