IOLink
IOL_v1.6.1_release
|
Algorithms on the dependency graph. More...
#include <iolink/tool/DependencyGraph.h>
Static Public Member Functions | |
static CommonAncestorStatus | hasCommonAncestor (std::shared_ptr< View > view1, std::shared_ptr< View > view2) |
Indicates if two views share a common ancestor. More... | |
Algorithms on the dependency graph.
|
static |
Indicates if two views share a common ancestor.
view1 | First view to take into account |
view2 | Second view to take into account |