CMS 3D CMS Logo

DDPartSelectionExpander Class Reference

#include <DetectorDescription/Core/interface/DDPartSelectionExpander.h>

List of all members.

Public Member Functions

 DDPartSelectionExpander (const DDCompactView &)
size_t expand (const DDPartSelection &input, PartSelectionTree &result) const

Private Attributes

const DDCompactView::graph_typegraph_


Detailed Description

Definition at line 12 of file DDPartSelectionExpander.h.


Constructor & Destructor Documentation

DDPartSelectionExpander::DDPartSelectionExpander ( const DDCompactView cpv  )  [explicit]

Definition at line 9 of file DDPartSelectionExpander.cc.

00010  : graph_(cpv.graph())
00011  { }


Member Function Documentation

size_t DDPartSelectionExpander::expand ( const DDPartSelection input,
PartSelectionTree result 
) const

Definition at line 14 of file DDPartSelectionExpander.cc.

References count.

00015 {
00016    //assert(input.size()>0);
00017    typedef DDCompactView::walker_type walker_type;
00018    size_t count(0);
00019    return count;
00020 }


Member Data Documentation

const DDCompactView::graph_type& DDPartSelectionExpander::graph_ [private]

Definition at line 20 of file DDPartSelectionExpander.h.


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:18:12 2009 for CMSSW by  doxygen 1.5.4