ATLAS Offline Software
Example3DChannel1.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 Example3DChannel1 //
8 // //
9 // Author: Thomas Kittelmann <Thomas.Kittelmann@cern.ch> //
10 // //
11 // Initial version: June 2007 //
12 // //
14 
16 
18 
21  "This channel is an example of"
22  " a 3D channel which displays the"
23  " 3D scene delivered by the Example3DSystem1.",
24  "Thomas.Kittelmann@cern.ch")
25 {
26 }
27 
29 {
31 }
Example3DChannel1.h
VP1CHANNELNAMEINPLUGIN
#define VP1CHANNELNAMEINPLUGIN(cls, nme)
Definition: IVP1ChannelWidget.h:139
Example3DChannel1
Definition: Example3DChannel1.h:20
IVP13DStandardChannelWidget
Definition: IVP13DStandardChannelWidget.h:24
IVP13DStandardChannelWidget::addSystem
void addSystem(IVP13DSystem *, const SystemOptions &options=AllowAll)
Definition: IVP13DStandardChannelWidget.cxx:135
Example3DSystem1
Definition: Example3DSystem1.h:20
Example3DSystem1.h
Example3DChannel1::init
void init()
Definition: Example3DChannel1.cxx:28
Example3DChannel1::Example3DChannel1
Example3DChannel1()
Definition: Example3DChannel1.cxx:19