CMS 3D CMS Logo

FWDisplayProperties.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: Core
4 // Class : FWDisplayProperties
5 //
6 // Implementation:
7 // <Notes on implementation>
8 //
9 // Original Author:
10 // Created: Thu Jan 3 17:05:44 EST 2008
11 //
12 
13 // system include files
14 
15 // user include files
18 
19 // A static default property.
21 
22 FWDisplayProperties::FWDisplayProperties(Color_t iColor, bool isVisible, Char_t transparency)
23  : m_color(iColor), m_isVisible(isVisible), m_transparency(transparency) {}
static Color_t getDefaultStartColorIndex()
static const FWDisplayProperties defaultProperties
FWDisplayProperties(Color_t iColor, bool isVisible, Char_t transparency)