Geant4
v4-10.4-release
메인 페이지
관련된 페이지
모듈
네임스페이스
클래스
파일들
파일 목록
파일 멤버
모두
클래스
네임스페이스들
파일들
함수
변수
타입정의
열거형 타입
열거형 멤버
Friends
매크로
그룹들
페이지들
source
visualization
HepRep
include
cheprep
DefaultHepRepAction.h
이 파일의 문서화 페이지로 가기
1
// Copyright FreeHEP, 2005.
2
#ifndef CHEPREP_DEFAULTHEPREPACTION_H
3
#define CHEPREP_DEFAULTHEPREPACTION_H 1
4
5
#include "
cheprep/config.h
"
6
7
#include <string>
8
9
#include "
HEPREP/HepRepAction.h
"
10
15
namespace
cheprep {
16
17
class
DefaultHepRepAction
:
public
virtual
HEPREP::HepRepAction
{
18
19
private
:
20
std::string
name
;
21
std::string
expression
;
22
23
public
:
24
DefaultHepRepAction
(std::string
name
, std::string
expression
);
25
~DefaultHepRepAction
();
26
27
std::string
getName
();
28
std::string
getExpression
();
29
HEPREP::HepRepAction
*
copy
();
30
};
31
32
}
// cheprep
33
34
35
#endif
name
const XML_Char * name
Definition:
expat.h:151
cheprep::DefaultHepRepAction::name
std::string name
Definition:
DefaultHepRepAction.h:20
cheprep::DefaultHepRepAction::getExpression
std::string getExpression()
Definition:
DefaultHepRepAction.cc:27
cheprep::DefaultHepRepAction::copy
HEPREP::HepRepAction * copy()
Definition:
DefaultHepRepAction.cc:31
config.h
HepRepAction.h
cheprep::DefaultHepRepAction::~DefaultHepRepAction
~DefaultHepRepAction()
Definition:
DefaultHepRepAction.cc:20
HEPREP::HepRepAction
Definition:
HepRepAction.h:21
cheprep::DefaultHepRepAction
Definition:
DefaultHepRepAction.h:17
cheprep::DefaultHepRepAction::getName
std::string getName()
Definition:
DefaultHepRepAction.cc:23
cheprep::DefaultHepRepAction::expression
std::string expression
Definition:
DefaultHepRepAction.h:21
cheprep::DefaultHepRepAction::DefaultHepRepAction
DefaultHepRepAction(std::string name, std::string expression)
Definition:
DefaultHepRepAction.cc:16
다음에 의해 생성됨 :
1.8.5