MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / MakeMandatoryControlPoints

Method MakeMandatoryControlPoints

ogl/basic.cpp:2428–2437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2426}
2427
2428void wxShape::MakeMandatoryControlPoints()
2429{
2430 wxNode *node = m_children.GetFirst();
2431 while (node)
2432 {
2433 wxShape *child = (wxShape *)node->GetData();
2434 child->MakeMandatoryControlPoints();
2435 node = node->GetNext();
2436 }
2437}
2438
2439void wxShape::ResetMandatoryControlPoints()
2440{

Callers 2

FormatTextMethod · 0.45
SelectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected