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

Method insert

libs/selection/SelectedPlaneSet.h:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 void insert(const Plane3& plane)
67 {
68 _selectedPlanes.insert(plane);
69 }
70
71 bool contains(const Plane3& plane) const override
72 {

Callers 15

preMethod · 0.45
ungroupSelectedFunction · 0.45
preMethod · 0.45
NodeMethod · 0.45
addToLayerMethod · 0.45
moveToLayerMethod · 0.45
removeFromLayerMethod · 0.45
getNumSkinsMethod · 0.45
ensureGroupSizeOrderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected