This is the complete list of members for PxCollection, including all inherited members.
add(PxBase &object, PxSerialObjectId id=PX_SERIAL_OBJECT_ID_INVALID)=0 | PxCollection | pure virtual |
add(PxCollection &collection)=0 | PxCollection | pure virtual |
addId(PxBase &object, PxSerialObjectId id)=0 | PxCollection | pure virtual |
contains(PxBase &object) const =0 | PxCollection | pure virtual |
find(PxSerialObjectId id) const =0 | PxCollection | pure virtual |
getId(const PxBase &object) const =0 | PxCollection | pure virtual |
getIds(PxSerialObjectId *userBuffer, PxU32 bufferSize, PxU32 startIndex=0) const =0 | PxCollection | pure virtual |
getNbIds() const =0 | PxCollection | pure virtual |
getNbObjects() const =0 | PxCollection | pure virtual |
getObject(PxU32 index) const =0 | PxCollection | pure virtual |
getObjects(PxBase **userBuffer, PxU32 bufferSize, PxU32 startIndex=0) const =0 | PxCollection | pure virtual |
PxCollection() | PxCollection | inlineprotected |
release()=0 | PxCollection | pure virtual |
remove(PxBase &object)=0 | PxCollection | pure virtual |
remove(PxCollection &collection)=0 | PxCollection | pure virtual |
removeId(PxSerialObjectId id)=0 | PxCollection | pure virtual |
~PxCollection() | PxCollection | inlineprotectedvirtual |