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 #include <boost/bind.hpp>
15 
16 // user include files
17 #include "TGLViewer.h"
21 #include "TEveBoxSet.h"
22 #include "TEveScene.h"
23 #include "TEveManager.h"
24 
25 
26 //
27 // constants, enums and typedefs
28 //
29 
30 //
31 // static data member definitions
32 //
33 
34 //
35 // constructors and destructor
36 //
37 FWISpyView::FWISpyView(TEveWindowSlot* slot, FWViewType::EType typeId, unsigned int version):
38  FW3DViewBase(slot, typeId, version)
39 {
40 }
41 
42 
43 // FWISpyView::FWISpyView(const FWISpyView& rhs)
44 // {
45 // // do actual copying here;
46 // }
47 
49 {
50 }
51 
52 
54 {
56 }
57 
58 
59 
60 void
62 {
64 }
void setContext(const fireworks::Context &x) override
Definition: FWISpyView.cc:53
void populateController(ViewerParameterGUI &) const override
Definition: FWISpyView.cc:61
FWISpyView(TEveWindowSlot *, FWViewType::EType, unsigned int version=9)
Definition: FWISpyView.cc:37
void setContext(const fireworks::Context &) override
void populateController(ViewerParameterGUI &) const override
~FWISpyView() override
Definition: FWISpyView.cc:48