| 349 | return complex->isPure(); |
| 350 | } |
| 351 | void ZFan::insert(ZCone const &c) |
| 352 | { |
| 353 | ensureConeCollection(); |
| 354 | killComplex(); |
| 355 | coneCollection->insert(c); |
| 356 | } |
| 357 | void ZFan::remove(ZCone const &c) |
| 358 | { |
| 359 | ensureConeCollection(); |
no outgoing calls
no test coverage detected