Add a selectable object and immediately commit it with the given intersection
| 287 | |
| 288 | /// Add a selectable object and immediately commit it with the given intersection |
| 289 | void addWithIntersection(ISelectable& selectable, const SelectionIntersection& intersection) |
| 290 | { |
| 291 | pushSelectable(selectable); |
| 292 | addIntersection(intersection); |
| 293 | popSelectable(); |
| 294 | } |
| 295 | }; |
| 296 | |
| 297 | class VolumeTest; |
no outgoing calls
no test coverage detected