CMS 3D CMS Logo

DDPartSelectionExpander.cc

Go to the documentation of this file.
00001 
00002 
00003 #include "DetectorDescription/Core/interface/DDPartSelectionExpander.h"
00004 
00005 #include <iostream>
00006 #include <cassert>
00007 
00008 
00009 DDPartSelectionExpander::DDPartSelectionExpander(const DDCompactView & cpv)
00010  : graph_(cpv.graph())
00011  { }
00012  
00013  
00014 size_t DDPartSelectionExpander::expand(const DDPartSelection & input, PartSelectionTree & result) const
00015 {
00016    //assert(input.size()>0);
00017    typedef DDCompactView::walker_type walker_type;
00018    size_t count(0);
00019    return count;
00020 }

Generated on Tue Jun 9 17:32:16 2009 for CMSSW by  doxygen 1.5.4