| 420 | (*i)->set_CallbackData(cd); |
| 421 | } |
| 422 | void CPHShell::SetPhObjectInElements() |
| 423 | { |
| 424 | if (!isActive()) |
| 425 | return; |
| 426 | ELEMENT_I i; |
| 427 | for (i = elements.begin(); elements.end() != i; ++i) |
| 428 | (*i)->SetPhObjectInGeomData((CPHObject*)this); |
| 429 | } |
| 430 | |
| 431 | void CPHShell::SetMaterial(LPCSTR m) |
| 432 | { |
nothing calls this directly
no test coverage detected