CMS 3D CMS Logo

DDPartSelectionExpander.cc
Go to the documentation of this file.
2 
3 class DDPartSelection;
4 
6  : graph_(cpv.graph())
7  { }
8 
9 size_t DDPartSelectionExpander::expand(const DDPartSelection & /*input*/, PartSelectionTree & /*result*/) const
10 {
11  size_t count(0);
12  return count;
13 }
type of data representation of DDCompactView
Definition: DDCompactView.h:90
size_t expand(const DDPartSelection &input, PartSelectionTree &result) const
DDPartSelectionExpander(const DDCompactView &)
Definition: adjgraph.h:12