LayersSubgraphSorter.cpp 309 B

123456789101112
  1. #include "LayersSubgraphSorter.h"
  2. LayersSubgraphSorter::LayersSubgraphSorter()
  3. {
  4. }
  5. LayersSubgraphSorter::LayersSubgraphSorter(NestingTreeSubgraphNode &rootNestingTreeNode, MapLayerIdToLayerRef &layeredGraph)
  6. {
  7. m_rootNestingTreeNodeRef = &rootNestingTreeNode;
  8. m_mapLayeredGraphRef = &layeredGraph;
  9. }