| 320 | } |
| 321 | |
| 322 | PxAggregate* NpActor::getAggregate() const |
| 323 | { |
| 324 | PxU32 index = 0xffffffff; |
| 325 | NpAggregate* a = getNpAggregate(index); |
| 326 | return static_cast<PxAggregate*>(a); |
| 327 | } |
| 328 | |
| 329 | |
| 330 | /////////////////////////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected