MCPcopy Create free account
hub / github.com/cinder/Cinder / AddChild

Method AddChild

blocks/Clipper/src/clipper.cpp:193–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191//------------------------------------------------------------------------------
192
193void PolyNode::AddChild(PolyNode& child)
194{
195 unsigned cnt = (unsigned)Childs.size();
196 Childs.push_back(&child);
197 child.Parent = this;
198 child.Index = cnt;
199}
200//------------------------------------------------------------------------------
201
202PolyNode* PolyNode::GetNext() const

Callers 3

BuildResult2Method · 0.80
AddPathMethod · 0.80
ExecuteMethod · 0.80

Calls 2

sizeMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected