MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / DetachAll

Method DetachAll

GTE/Applications/TrackObject.cpp:93–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void TrackObject::DetachAll()
94{
95 if (mValid)
96 {
97 auto node = std::dynamic_pointer_cast<Node>(mRoot);
98 if (node)
99 {
100 node->DetachAllChildren();
101 }
102 }
103}
104
105void TrackObject::SetInitialPoint(int32_t x, int32_t y)
106{

Callers

nothing calls this directly

Calls 1

DetachAllChildrenMethod · 0.80

Tested by

no test coverage detected