Geant4_10
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
source
examples
extended
field
BlineTracer
include
G4BlineTracerMessenger.hh
Go to the documentation of this file.
1
//
2
// ********************************************************************
3
// * License and Disclaimer *
4
// * *
5
// * The Geant4 software is copyright of the Copyright Holders of *
6
// * the Geant4 Collaboration. It is provided under the terms and *
7
// * conditions of the Geant4 Software License, included in the file *
8
// * LICENSE and available at http://cern.ch/geant4/license . These *
9
// * include a list of copyright holders. *
10
// * *
11
// * Neither the authors of this software system, nor their employing *
12
// * institutes,nor the agencies providing financial support for this *
13
// * work make any representation or warranty, express or implied, *
14
// * regarding this software system or assume any liability for its *
15
// * use. Please see the license in the file LICENSE and URL above *
16
// * for the full disclaimer and the limitation of liability. *
17
// * *
18
// * This code implementation is the result of the scientific and *
19
// * technical work of the GEANT4 collaboration. *
20
// * By using, copying, modifying or distributing the software (or *
21
// * any work based on the software) you agree to acknowledge its *
22
// * use in resulting scientific publications, and indicate your *
23
// * acceptance of all terms of the Geant4 Software license. *
24
// ********************************************************************
25
//
28
//
29
//
30
// $Id: G4BlineTracerMessenger.hh 68021 2013-03-13 13:36:07Z gcosmo $
31
//
32
//
33
// --------------------------------------------------------------------
34
//
35
// G4BlineTracerMessenger
36
//
37
// Class description:
38
//
39
// Defines interactive commands that allows to pilot the tracer
40
// for displaying field lines.
41
42
// --------------------------------------------------------------------
43
// Author: Laurent Desorgher (desorgher@phim.unibe.ch)
44
// Created - 2003-10-06
45
// --------------------------------------------------------------------
46
#ifndef G4BlineTracerMessenger_h
47
#define G4BlineTracerMessenger_h 1
48
49
#include "
G4Types.hh
"
50
#include "
G4UImessenger.hh
"
51
52
class
G4BlineTracer
;
53
class
G4UIdirectory
;
54
class
G4UIcommand
;
55
class
G4UIcmdWithADouble
;
56
class
G4UIcmdWithADoubleAndUnit
;
57
class
G4UIcmdWithAnInteger
;
58
class
G4UIcmdWithABool
;
59
class
G4UIcmdWithoutParameter
;
60
class
G4UIcmdWith3Vector
;
61
62
class
G4BlineTracerMessenger
:
public
G4UImessenger
63
{
64
public
:
// with description
65
66
G4BlineTracerMessenger
(
G4BlineTracer
* aBlineTool);
67
virtual
~G4BlineTracerMessenger
();
68
69
virtual
void
SetNewValue
(
G4UIcommand
* command,
G4String
newValues);
70
71
private
:
72
73
G4BlineTracer
* fTheBlineTool;
74
G4UIdirectory
* fBlineToolDir;
75
76
// commands
77
78
G4UIcmdWithAnInteger
* fBlineCmd;
79
G4UIcmdWithADoubleAndUnit
* fSetMaxTrackingStepCmd;
80
G4UIcmdWith3Vector
* fSetDrawColourCmd;
81
G4UIcmdWithABool
* fSetDrawBlineCmd;
82
G4UIcmdWithABool
* fSetDrawPointsCmd;
83
G4UIcmdWithADouble
* fSetPointSizeCmd;
84
G4UIcmdWithoutParameter
* fDrawCmd;
85
G4UIcmdWithoutParameter
* fResetCmd;
86
};
87
88
#endif
G4Types.hh
G4UIdirectory
Definition:
G4UIdirectory.hh:41
G4UImessenger.hh
G4BlineTracer
Definition:
G4BlineTracer.hh:67
G4UIcommand
Definition:
G4UIcommand.hh:51
G4BlineTracerMessenger
Definition:
G4BlineTracerMessenger.hh:62
G4UIcmdWithAnInteger
Definition:
G4UIcmdWithAnInteger.hh:41
G4UIcmdWithABool
Definition:
G4UIcmdWithABool.hh:45
G4UIcmdWithoutParameter
Definition:
G4UIcmdWithoutParameter.hh:41
G4UIcmdWith3Vector
Definition:
G4UIcmdWith3Vector.hh:42
G4BlineTracerMessenger::~G4BlineTracerMessenger
virtual ~G4BlineTracerMessenger()
Definition:
G4BlineTracerMessenger.cc:112
G4UIcmdWithADoubleAndUnit
Definition:
G4UIcmdWithADoubleAndUnit.hh:41
G4BlineTracerMessenger::G4BlineTracerMessenger
G4BlineTracerMessenger(G4BlineTracer *aBlineTool)
Definition:
G4BlineTracerMessenger.cc:57
G4UImessenger
Definition:
G4UImessenger.hh:47
G4UIcmdWithADouble
Definition:
G4UIcmdWithADouble.hh:41
G4BlineTracerMessenger::SetNewValue
virtual void SetNewValue(G4UIcommand *command, G4String newValues)
Definition:
G4BlineTracerMessenger.cc:127
G4String
Definition:
G4String.hh:45
Generated on Sat Dec 14 2013 14:33:12 for Geant4_10 by
1.8.5