Main Page
Namespaces
Classes
Package Documentation
Fireworks
Geometry
src
DisplayPlugin.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: Geometry
4
// Class : DisplayPlugin
5
//
6
// Implementation:
7
// [Notes on implementation]
8
//
9
// Original Author:
10
// Created: Thu Mar 18 04:09:19 CDT 2010
11
//
12
13
// system include files
14
15
// user include files
16
#include "
Fireworks/Geometry/interface/DisplayPlugin.h
"
17
18
using namespace
fireworks::geometry
;
19
//
20
// constants, enums and typedefs
21
//
22
23
//
24
// static data member definitions
25
//
26
27
//
28
// constructors and destructor
29
//
30
DisplayPlugin::DisplayPlugin
()
31
{
32
}
33
34
// DisplayPlugin::DisplayPlugin(const DisplayPlugin& rhs)
35
// {
36
// // do actual copying here;
37
// }
38
39
DisplayPlugin::~DisplayPlugin
()
40
{
41
}
42
43
//
44
// assignment operators
45
//
46
// const DisplayPlugin& DisplayPlugin::operator=(const DisplayPlugin& rhs)
47
// {
48
// //An exception safe implementation is
49
// DisplayPlugin temp(rhs);
50
// swap(rhs);
51
//
52
// return *this;
53
// }
54
55
//
56
// member functions
57
//
58
59
//
60
// const member functions
61
//
62
63
//
64
// static member functions
65
//
fireworks::geometry
Definition:
DisplayPlugin.h:29
fireworks::geometry::DisplayPlugin::~DisplayPlugin
virtual ~DisplayPlugin()
Definition:
DisplayPlugin.cc:39
DisplayPlugin.h
fireworks::geometry::DisplayPlugin::DisplayPlugin
DisplayPlugin()
Definition:
DisplayPlugin.cc:30
Generated for CMSSW Reference Manual by
1.8.11