/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Fireworks/Core/src/FWISpyView.cc
47 строк
1 KB
Purva-Chaudhari
Replaced boost bind
29 июн 2021, 17:40
Не верифицирован
29 июн 2021, 17:40
0fd4914
Код
Авторство
О чём код?
// -*- C++ -*- // // Package: cmsShow36 // Class : FWISpyView // // Implementation: // [Notes on implementation] // // Original Author: Alja Mrak-Tadel // Created: Wed Apr 7 14:40:31 CEST 2010 // // system include files // user include files #include "TGLViewer.h" #include "Fireworks/Core/interface/CmsShowViewPopup.h" #include "Fireworks/Core/interface/FWISpyView.h" #include "Fireworks/Core/interface/Context.h" #include "TEveBoxSet.h" #include "TEveScene.h" #include "TEveManager.h" // // constants, enums and typedefs // // // static data member definitions // // // constructors and destructor // FWISpyView::FWISpyView(TEveWindowSlot* slot, FWViewType::EType typeId, unsigned int version) : FW3DViewBase(slot, typeId, version) {} // FWISpyView::FWISpyView(const FWISpyView& rhs) // { // // do actual copying here; // } FWISpyView::~FWISpyView() {} void FWISpyView::setContext(const fireworks::Context& x) { FW3DViewBase::setContext(x); } void FWISpyView::populateController(ViewerParameterGUI& gui) const { FW3DViewBase::populateController(gui); }