#include <ExManagerObject.h>
Public Methods | |
ExManagerObject () | |
~ExManagerObject () | |
void | SetManagerPVS (ExManagerPVS *PVS) |
void | SetManagerCollision (ExManagerCollision *Collision) |
void | Reset (void) |
Protected Attributes | |
ExManagerPVS * | ManagerPVS |
ExManagerCollision * | ManagerCollision |
std::vector< TypeA > | m_Vec |
std::vector< TypeA >::iterator | m_ItVec |
|
Definition at line 63 of file ExManagerObject.h. References Guard, and UnGuard. Referenced by ~ExManagerObject().
00064 { 00065 Guard(ExManagerObject<TypeA>::ExManagerObject(void)) 00066 UnGuard 00067 } |
|
Definition at line 70 of file ExManagerObject.h. References ExManagerObject(), Guard, and UnGuard.
00071 { 00072 Guard(ExManagerObject<TypeA>::~ExManagerObject(void)) 00073 UnGuard 00074 } |
|
Definition at line 77 of file ExManagerObject.h. References Guard, m_Vec, and UnGuard.
00078 { 00079 Guard(void ExManagerObject<TypeA>::Reset(void)) 00080 m_Vec.clear(); 00081 UnGuard 00082 } |
|
Definition at line 58 of file ExManagerObject.h.
00058 {ManagerCollision = Collision;} |
|
Definition at line 57 of file ExManagerObject.h.
00057 {ManagerPVS = PVS;} |
|
Definition at line 47 of file ExManagerObject.h. |
|
Definition at line 46 of file ExManagerObject.h. Referenced by Reset(). |
|
Definition at line 42 of file ExManagerObject.h. |
|
Definition at line 41 of file ExManagerObject.h. |