Geant4
v4-10.4-release
메인 페이지
관련된 페이지
모듈
네임스페이스
클래스
파일들
파일 목록
파일 멤버
모두
클래스
네임스페이스들
파일들
함수
변수
타입정의
열거형 타입
열거형 멤버
Friends
매크로
그룹들
페이지들
source
visualization
modeling
include
G4ModelCommandUtils.hh
이 파일의 문서화 페이지로 가기
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
//
26
// $Id: G4ModelCommandUtils.hh 66373 2012-12-18 09:41:34Z gcosmo $
27
//
28
// Jane Tinslay September 2006
29
//
30
// Command utilities
31
//
32
#ifndef G4MODELCOMMANDUTILS_HH
33
#define G4MODELCOMMANDUTILS_HH
34
35
#include "G4String.hh"
36
#include "
G4ModelCommandsT.hh
"
37
#include "
G4UImessenger.hh
"
38
#include "
G4VisTrajContext.hh
"
39
40
namespace
G4ModelCommandUtils {
41
42
void
AddContextMsgrs
(
G4VisTrajContext
*
context
, std::vector<G4UImessenger*>& messengers,
43
const
G4String
& placement)
44
{
45
messengers.push_back(
new
G4ModelCmdCreateContextDir<G4VisTrajContext>
(context, placement));
46
messengers.push_back(
new
G4ModelCmdSetDrawLine<G4VisTrajContext>
(context, placement));
47
messengers.push_back(
new
G4ModelCmdSetLineVisible<G4VisTrajContext>
(context, placement));
48
messengers.push_back(
new
G4ModelCmdSetLineColour<G4VisTrajContext>
(context, placement));
49
50
messengers.push_back(
new
G4ModelCmdSetDrawStepPts<G4VisTrajContext>
(context, placement));
51
messengers.push_back(
new
G4ModelCmdSetStepPtsVisible<G4VisTrajContext>
(context, placement));
52
messengers.push_back(
new
G4ModelCmdSetStepPtsColour<G4VisTrajContext>
(context, placement));
53
messengers.push_back(
new
G4ModelCmdSetStepPtsSize<G4VisTrajContext>
(context, placement));
54
messengers.push_back(
new
G4ModelCmdSetStepPtsSizeType<G4VisTrajContext>
(context, placement));
55
messengers.push_back(
new
G4ModelCmdSetStepPtsType<G4VisTrajContext>
(context, placement));
56
messengers.push_back(
new
G4ModelCmdSetStepPtsFillStyle<G4VisTrajContext>
(context, placement));
57
58
messengers.push_back(
new
G4ModelCmdSetDrawAuxPts<G4VisTrajContext>
(context, placement));
59
messengers.push_back(
new
G4ModelCmdSetAuxPtsVisible<G4VisTrajContext>
(context, placement));
60
messengers.push_back(
new
G4ModelCmdSetAuxPtsColour<G4VisTrajContext>
(context, placement));
61
messengers.push_back(
new
G4ModelCmdSetAuxPtsSize<G4VisTrajContext>
(context, placement));
62
messengers.push_back(
new
G4ModelCmdSetAuxPtsSizeType<G4VisTrajContext>
(context, placement));
63
messengers.push_back(
new
G4ModelCmdSetAuxPtsType<G4VisTrajContext>
(context, placement));
64
messengers.push_back(
new
G4ModelCmdSetAuxPtsFillStyle<G4VisTrajContext>
(context, placement));
65
66
messengers.push_back(
new
G4ModelCmdSetTimeSliceInterval<G4VisTrajContext>
(context, placement));
67
}
68
}
69
70
#endif
G4ModelCmdSetStepPtsFillStyle
Definition:
G4ModelCommandsT.hh:617
G4ModelCmdCreateContextDir
Definition:
G4ModelCommandsT.hh:735
G4ModelCmdSetDrawAuxPts
Definition:
G4ModelCommandsT.hh:311
G4String
Definition:
examples/extended/parallel/TopC/ParN02/AnnotatedFiles/G4String.hh:45
G4ModelCommandUtils::AddContextMsgrs
void AddContextMsgrs(G4VisTrajContext *context, std::vector< G4UImessenger * > &messengers, const G4String &placement)
Definition:
G4ModelCommandUtils.hh:42
G4ModelCmdSetDrawStepPts
Definition:
G4ModelCommandsT.hh:355
G4UImessenger.hh
G4ModelCmdSetLineColour
Definition:
G4ModelCommandsT.hh:691
G4ModelCmdSetAuxPtsSize
Definition:
G4ModelCommandsT.hh:399
G4ModelCmdSetAuxPtsSizeType
Definition:
G4ModelCommandsT.hh:580
G4ModelCmdSetStepPtsSizeType
Definition:
G4ModelCommandsT.hh:543
G4ModelCmdSetDrawLine
Definition:
G4ModelCommandsT.hh:267
G4VisTrajContext.hh
G4ModelCmdSetStepPtsType
Definition:
G4ModelCommandsT.hh:467
G4ModelCmdSetStepPtsColour
Definition:
G4ModelCommandsT.hh:248
G4ModelCmdSetStepPtsSize
Definition:
G4ModelCommandsT.hh:433
G4ModelCommandsT.hh
G4ModelCmdSetAuxPtsColour
Definition:
G4ModelCommandsT.hh:229
context
const XML_Char * context
Definition:
expat.h:434
G4ModelCmdSetAuxPtsVisible
Definition:
G4ModelCommandsT.hh:333
G4ModelCmdSetStepPtsVisible
Definition:
G4ModelCommandsT.hh:377
G4ModelCmdSetAuxPtsType
Definition:
G4ModelCommandsT.hh:504
G4ModelCmdSetAuxPtsFillStyle
Definition:
G4ModelCommandsT.hh:654
G4VisTrajContext
Definition:
G4VisTrajContext.hh:36
G4ModelCmdSetTimeSliceInterval
Definition:
G4ModelCommandsT.hh:710
G4ModelCmdSetLineVisible
Definition:
G4ModelCommandsT.hh:289
다음에 의해 생성됨 :
1.8.5