MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / ChildCount

Method ChildCount

TheForceEngine/TFE_Polygon/clipper.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185//------------------------------------------------------------------------------
186
187int PolyNode::ChildCount() const
188{
189 return (int)Childs.size();
190}
191//------------------------------------------------------------------------------
192
193void PolyNode::AddChild(PolyNode& child)

Callers 7

ClearMethod · 0.80
AddPathMethod · 0.80
FixOrientationsMethod · 0.80
ExecuteMethod · 0.80
DoOffsetMethod · 0.80
AddPolyNodeToPathsFunction · 0.80
OpenPathsFromPolyTreeFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected