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