CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDPartSelectionExpander.h
Go to the documentation of this file.
1 #ifndef DD_DDPartSelectionExpander_h
2 #define DD_DDPartSelectionExpander_h
3 
7 
8 
10 
11 
13 {
14 public:
15  explicit DDPartSelectionExpander(const DDCompactView &);
16 
17  size_t expand(const DDPartSelection & input, PartSelectionTree & result) const;
18 
19 private:
21 };
22 
23 #endif
const DDCompactView::graph_type & graph_
type of data representation of DDCompactView
Definition: DDCompactView.h:77
static std::string const input
Definition: EdmProvDump.cc:43
graph< DDPartSelectionLevel, char > PartSelectionTree
size_t expand(const DDPartSelection &input, PartSelectionTree &result) const
tuple result
Definition: query.py:137
DDPartSelectionExpander(const DDCompactView &)
Definition: adjgraph.h:12