Public Member Functions | |
void | add (PT(T) object) |
T * | get (unsigned int index) const |
Returns the n-th PhysxObject in the collection. More... | |
void | ls () const |
void | ls (std::ostream &out, int indent_level=0) const |
T * | operator [] (unsigned int index) const |
Returns the n-th PhysxObject in the collection. More... | |
void | remove (PT(T) object) |
unsigned int | size () const |
Definition at line 25 of file physxObjectCollection.h.
|
inline |
Returns the n-th PhysxObject in the collection.
The operator [] is maybe a more convenient way to access objects from the collection.
Definition at line 59 of file physxObjectCollection.I.
|
inline |
Returns the n-th PhysxObject in the collection.
This is the same as the get() method.
Definition at line 71 of file physxObjectCollection.I.