MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / directOrder

Method directOrder

src/utilities/idf/WorkspaceObjectOrder.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 boost::optional<std::vector<Handle>> WorkspaceObjectOrder_Impl::directOrder() const {
34 return m_directOrder;
35 }
36
37 void WorkspaceObjectOrder_Impl::setDirectOrder(const std::vector<Handle>& order) {
38 /// \todo Elements in order should be unique? Algorithms will still work if not true, but

Callers 5

Workspace_ImplMethod · 0.80
objectsMethod · 0.80
handlesMethod · 0.80
addClonesMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64