#include <DDPartSelectionExpander.h>
Public Member Functions | |
DDPartSelectionExpander (const DDCompactView &) | |
size_t | expand (const DDPartSelection &input, PartSelectionTree &result) const |
Private Attributes | |
const DDCompactView::graph_type & | graph_ |
Definition at line 12 of file DDPartSelectionExpander.h.
DDPartSelectionExpander::DDPartSelectionExpander | ( | const DDCompactView & | cpv | ) | [explicit] |
Definition at line 9 of file DDPartSelectionExpander.cc.
size_t DDPartSelectionExpander::expand | ( | const DDPartSelection & | input, |
PartSelectionTree & | result | ||
) | const |
Definition at line 14 of file DDPartSelectionExpander.cc.
References prof2calltree::count.
{ //assert(input.size()>0); typedef DDCompactView::walker_type walker_type; size_t count(0); return count; }
const DDCompactView::graph_type& DDPartSelectionExpander::graph_ [private] |
Definition at line 20 of file DDPartSelectionExpander.h.