ATLAS Offline Software
Example3DChannel3.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // //
7 // Implementation of class Example3DChannel3 //
8 // //
9 // Author: Thomas Kittelmann <Thomas.Kittelmann@cern.ch> //
10 // //
11 // Initial version: June 2007 //
12 // //
14 
18 
21  "This channel is an example of a 3D"
22  " channel which displays the 3D scene"
23  " delivered by the Example3DSystem3 (along with geometry).",
24  "Thomas.Kittelmann@cern.ch")
25 {
26 }
27 
29 {
32 }
Example3DChannel3.h
Example3DChannel3
Definition: Example3DChannel3.h:20
VP1GeoFlags::BeamPipe
@ BeamPipe
Definition: VP1GeoFlags.h:52
VP1CHANNELNAMEINPLUGIN
#define VP1CHANNELNAMEINPLUGIN(cls, nme)
Definition: IVP1ChannelWidget.h:139
VP1GeometrySystem
Definition: VP1GeometrySystem.h:33
Example3DChannel3::Example3DChannel3
Example3DChannel3()
Definition: Example3DChannel3.cxx:19
IVP13DStandardChannelWidget
Definition: IVP13DStandardChannelWidget.h:24
IVP13DStandardChannelWidget::addSystem
void addSystem(IVP13DSystem *, const SystemOptions &options=AllowAll)
Definition: IVP13DStandardChannelWidget.cxx:135
VP1GeometrySystem.h
Example3DSystem3.h
Example3DSystem3
Definition: Example3DSystem3.h:26
Example3DChannel3::init
void init()
Definition: Example3DChannel3.cxx:28