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.
1 
2 
4 
5 #include <iostream>
6 #include <cassert>
7 
8 
10  : graph_(cpv.graph())
11  { }
12 
13 
14 size_t DDPartSelectionExpander::expand(const DDPartSelection & /*input*/, PartSelectionTree & /*result*/) const
15 {
16  //assert(input.size()>0);
18  size_t count(0);
19  return count;
20 }
DDCompactView::walker_type walker_type
global type for a compact-view walker
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