36 unsigned int get_num_overlaps()
const;
40 MAKE_SEQ(get_overlaps, get_num_overlaps, get_overlap);
43 INLINE PhysxOverlapReport();
44 INLINE ~PhysxOverlapReport();
46 virtual bool onEvent(NxU32 nbEntities, NxShape **entities);
52 typedef Overlaps::const_iterator const_iterator;
53 const_iterator _iterator;