CMS 3D CMS Logo

FWISpyView.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: cmsShow36
4 // Class : FWISpyView
5 //
6 // Implementation:
7 // [Notes on implementation]
8 //
9 // Original Author: Alja Mrak-Tadel
10 // Created: Wed Apr 7 14:40:31 CEST 2010
11 //
12 
13 // system include files
14 
15 // user include files
16 #include "TGLViewer.h"
20 #include "TEveBoxSet.h"
21 #include "TEveScene.h"
22 #include "TEveManager.h"
23 
24 //
25 // constants, enums and typedefs
26 //
27 
28 //
29 // static data member definitions
30 //
31 
32 //
33 // constructors and destructor
34 //
35 FWISpyView::FWISpyView(TEveWindowSlot* slot, FWViewType::EType typeId, unsigned int version)
36  : FW3DViewBase(slot, typeId, version) {}
37 
38 // FWISpyView::FWISpyView(const FWISpyView& rhs)
39 // {
40 // // do actual copying here;
41 // }
42 
44 
46 
void populateController(ViewerParameterGUI &) const override
Definition: FWISpyView.cc:47
void setContext(const fireworks::Context &x) override
Definition: FWISpyView.cc:45
FWISpyView(TEveWindowSlot *, FWViewType::EType, unsigned int version=9)
Definition: FWISpyView.cc:35
void setContext(const fireworks::Context &) override
void populateController(ViewerParameterGUI &) const override
float x
~FWISpyView() override
Definition: FWISpyView.cc:43