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 // $Id: FWISpyView.cc,v 1.2 2010/04/16 13:44:07 amraktad Exp $
12 //
13 
14 // system include files
15 
16 // user include files
17 #include "TGLViewer.h"
18 
20 
21 
22 //
23 // constants, enums and typedefs
24 //
25 
26 //
27 // static data member definitions
28 //
29 
30 //
31 // constructors and destructor
32 //
33 FWISpyView::FWISpyView(TEveWindowSlot* slot, FWViewType::EType typeId):
34  FW3DViewBase(slot, typeId)
35 {
36  viewerGL()->CurrentCamera().SetFixDefCenter(kTRUE);
37 }
38 
39 // FWISpyView::FWISpyView(const FWISpyView& rhs)
40 // {
41 // // do actual copying here;
42 // }
43 
45 {
46 }
47 
48 //
49 // assignment operators
50 //
51 // const FWISpyView& FWISpyView::operator=(const FWISpyView& rhs)
52 // {
53 // //An exception safe implementation is
54 // FWISpyView temp(rhs);
55 // swap(rhs);
56 //
57 // return *this;
58 // }
59 
60 //
61 // member functions
62 //
63 
64 //
65 // const member functions
66 //
67 
68 //
69 // static member functions
70 //
FWISpyView(TEveWindowSlot *, FWViewType::EType)
Definition: FWISpyView.cc:33
TGLViewer * viewerGL() const
Definition: FWEveView.cc:198
virtual ~FWISpyView()
Definition: FWISpyView.cc:44