MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / addWithIntersection

Method addWithIntersection

include/iselectiontest.h:289–294  ·  view source on GitHub ↗

Add a selectable object and immediately commit it with the given intersection

Source from the content-addressed store, hash-verified

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
297class VolumeTest;

Callers 9

testSelectMethod · 0.80
testSelectMethod · 0.80
testSelectMethod · 0.80
testSelect_centroidMethod · 0.80
testSelectMethod · 0.80
testSelectMethod · 0.80
testSelectMethod · 0.80
testSelectMethod · 0.80
testSelectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected