CMS 3D CMS Logo

DDPartSelectionExpander.h
Go to the documentation of this file.
1 #ifndef DETECTOR_DESCRIPTION_CORE_DD_PART_SELECTION_EXPANDER_H
2 #define DETECTOR_DESCRIPTION_CORE_DD_PART_SELECTION_EXPANDER_H
3 
4 #include <cstddef>
8 
9 class DDPartSelection;
11 
12 
14 
15 
17 {
18 public:
19  explicit DDPartSelectionExpander(const DDCompactView &);
20 
21  size_t expand(const DDPartSelection & input, PartSelectionTree & result) const;
22 
23 private:
25 };
26 
27 #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
size_t expand(const DDPartSelection &input, PartSelectionTree &result) const
DDPartSelectionExpander(const DDCompactView &)