| 310 | } |
| 311 | |
| 312 | void |
| 313 | RecursiveShapeIterator::init_region (const RecursiveShapeIterator::box_type ®ion) |
| 314 | { |
| 315 | m_region = region; |
| 316 | mp_complex_region.reset (0); |
| 317 | } |
| 318 | |
| 319 | void |
| 320 | RecursiveShapeIterator::init_region (const RecursiveShapeIterator::region_type ®ion) |
nothing calls this directly
no test coverage detected