MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / getOutListProp

Method getOutListProp

src/App/DocumentObject.cpp:422–428  ·  view source on GitHub ↗

Fully mimics getOutList(int options)

Source from the content-addressed store, hash-verified

420
421// Fully mimics getOutList(int options)
422std::vector<DepEdge>
423DocumentObject::getOutListProp(int options)
424{
425 std::vector<DepEdge> res;
426 getOutListProp(options, res);
427 return res;
428}
429
430// Mimics getOutList(int options, std::vector<DocumentObject*>& res) except for
431// an extra filter for ExpressionEngine that is handled in a later case.

Callers 4

getSubGraphNodesFunction · 0.45
buildDependencyListFunction · 0.45
applyDelMethod · 0.45
applyNewMethod · 0.45

Calls 10

getLinksMethod · 0.80
getLinksPropMethod · 0.80
getDocumentFunction · 0.50
insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45
sizeMethod · 0.45
getNameMethod · 0.45
getDocumentMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected