|
template<class UnaryPredicate > |
void | walberla::pe::destroyBody (BodyStorage &globalStorage, BlockStorage &blocks, BlockDataID storageID, const UnaryPredicate &p) |
| Removes all rigid bodies which match the unary predicate p. More...
|
|
void | walberla::pe::destroyBodyBySID (BodyStorage &globalStorage, BlockStorage &blocks, BlockDataID storageID, const walberla::id_t sid) |
| removes the rigid body with the given sid More...
|
|
void | walberla::pe::destroyBodyByUID (BodyStorage &globalStorage, BlockStorage &blocks, BlockDataID storageID, const walberla::id_t uid) |
| removes all rigid bodies matching the given uid More...
|
|