CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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"
17 
19 
20 
21 //
22 // constants, enums and typedefs
23 //
24 
25 //
26 // static data member definitions
27 //
28 
29 //
30 // constructors and destructor
31 //
32 FWISpyView::FWISpyView(TEveWindowSlot* slot, FWViewType::EType typeId):
33  FW3DViewBase(slot, typeId)
34 {
35  viewerGL()->CurrentCamera().SetFixDefCenter(kTRUE);
36 }
37 
38 // FWISpyView::FWISpyView(const FWISpyView& rhs)
39 // {
40 // // do actual copying here;
41 // }
42 
44 {
45 }
46 
47 //
48 // assignment operators
49 //
50 // const FWISpyView& FWISpyView::operator=(const FWISpyView& rhs)
51 // {
52 // //An exception safe implementation is
53 // FWISpyView temp(rhs);
54 // swap(rhs);
55 //
56 // return *this;
57 // }
58 
59 //
60 // member functions
61 //
62 
63 //
64 // const member functions
65 //
66 
67 //
68 // static member functions
69 //
FWISpyView(TEveWindowSlot *, FWViewType::EType)
Definition: FWISpyView.cc:32
TGLViewer * viewerGL() const
Definition: FWEveView.cc:197
virtual ~FWISpyView()
Definition: FWISpyView.cc:43