| 319 | } |
| 320 | |
| 321 | void CPHSkeleton::ClearUnsplited() |
| 322 | { |
| 323 | SHELL_PAIR_I i = m_unsplited_shels.begin(), e = m_unsplited_shels.end(); |
| 324 | for (; i != e; ++i) |
| 325 | { |
| 326 | i->first->Deactivate(); |
| 327 | xr_delete(i->first); |
| 328 | } |
| 329 | m_unsplited_shels.clear(); |
| 330 | } |
| 331 | |
| 332 | void CPHSkeleton::SpawnCopy() |
| 333 | { |
nothing calls this directly
no test coverage detected