FreeCAD: staging 795a55b3

Author Committer Branch Timestamp Parent
Zheng, Lei Zheng, Lei staging 2019-07-04 11:14:30 staging 5ff5f783
Changeset DocumentObject: API implementation change of In/OutList

Added getInListEx() as a more efficient algorithm for recursive in
list. Replacing the original getInListRecursive().

Added out list object and name cache to improve default implementation
of getSubObject().
mod - src/App/DocumentObject.cpp Diff File
mod - src/App/DocumentObject.h Diff File
mod - src/App/DocumentObjectPy.xml Diff File
mod - src/App/DocumentObjectPyImp.cpp Diff File