MCPcopy Create free account
hub / github.com/comaps/comaps / MakeTree4d

Method MakeTree4d

generator/hierarchy.cpp:94–100  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

92
93// static
94HierarchyLinker::Tree4d HierarchyLinker::MakeTree4d(Node::Ptrs const & nodes)
95{
96 Tree4d tree;
97 for (auto const & n : nodes)
98 tree.Add(n, n->GetData().GetLimitRect());
99 return tree;
100}
101
102HierarchyLinker::Node::Ptr HierarchyLinker::FindPlaceParent(HierarchyPlace const & place)
103{

Callers

nothing calls this directly

Calls 3

AddMethod · 0.45
GetLimitRectMethod · 0.45
GetDataMethod · 0.45

Tested by

no test coverage detected