Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Fireworks
Core
src
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
18
#include "
Fireworks/Core/interface/FWISpyView.h
"
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
43
FWISpyView::~FWISpyView
()
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::FWISpyView
FWISpyView(TEveWindowSlot *, FWViewType::EType)
Definition:
FWISpyView.cc:32
FWISpyView.h
FWEveView::viewerGL
TGLViewer * viewerGL() const
Definition:
FWEveView.cc:197
FWISpyView::~FWISpyView
virtual ~FWISpyView()
Definition:
FWISpyView.cc:43
FW3DViewBase
Definition:
FW3DViewBase.h:40
FWViewType::EType
EType
Definition:
FWViewType.h:33
Generated for CMSSW Reference Manual by
1.8.5