CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDPartSelectionExpander.cc
Go to the documentation of this file.
2 
4  : graph_(cpv.graph())
5  { }
6 
7 size_t DDPartSelectionExpander::expand(const DDPartSelection & /*input*/, PartSelectionTree & /*result*/) const
8 {
9  size_t count(0);
10  return count;
11 }
type of data representation of DDCompactView
Definition: DDCompactView.h:77
size_t expand(const DDPartSelection &input, PartSelectionTree &result) const
DDPartSelectionExpander(const DDCompactView &)
Definition: adjgraph.h:12