| 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 |