CMS 3D CMS Logo

DDPartSelectionExpander.h
Go to the documentation of this file.
1 #ifndef DD_DDPartSelectionExpander_h
2 #define DD_DDPartSelectionExpander_h
3 
4 #include <stddef.h>
5 
9 
10 class DDPartSelection;
12 
13 
15 
16 
18 {
19 public:
20  explicit DDPartSelectionExpander(const DDCompactView &);
21 
22  size_t expand(const DDPartSelection & input, PartSelectionTree & result) const;
23 
24 private:
26 };
27 
28 #endif
const DDCompactView::graph_type & graph_
type of data representation of DDCompactView
Definition: DDCompactView.h:90
static std::string const input
Definition: EdmProvDump.cc:44
graph< DDPartSelectionLevel, char > PartSelectionTree
size_t expand(const DDPartSelection &input, PartSelectionTree &result) const
DDPartSelectionExpander(const DDCompactView &)
Definition: adjgraph.h:12