15 #ifndef PHYSXOBJECTCOLLECTION_H 16 #define PHYSXOBJECTCOLLECTION_H 18 #include "pandabase.h" 20 #include "config_physx.h" 30 INLINE
unsigned int size()
const;
31 INLINE
void add(PT(T)
object);
32 INLINE
void remove(PT(T) object);
33 INLINE T *
get(
unsigned int index)
const;
34 INLINE T *operator [] (
unsigned int index)
const;
36 INLINE
void ls()
const;
37 INLINE
void ls(ostream &out,
int indent_level=0)
const;
43 #include "physxObjectCollection.I" 45 #endif // PHYSXOBJECTCOLLECTION_H