Geant4
9.6.p02
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
geant4_9_6_p02
source
visualization
HepRep
include
cheprep
DefaultHepRepDefinition.h
Go to the documentation of this file.
1
// Copyright FreeHEP, 2005.
2
#ifndef CHEPREP_DEFAULTHEPREPDEFINITION_H
3
#define CHEPREP_DEFAULTHEPREPDEFINITION_H 1
4
5
#include "
cheprep/config.h
"
6
7
#include <string>
8
#include <vector>
9
#include <set>
10
11
#include "
HEPREP/HepRepDefinition.h
"
12
#include "
HEPREP/HepRepWriter.h
"
13
14
#include "
DefaultHepRepAttribute.h
"
15
20
namespace
cheprep {
21
22
class
DefaultHepRepDefinition
:
public
DefaultHepRepAttribute
,
public
virtual
HEPREP::HepRepDefinition
{
23
24
private
:
25
std::map<std::string, HEPREP::HepRepAttDef*> attDefs;
26
27
public
:
28
DefaultHepRepDefinition
();
29
~DefaultHepRepDefinition
();
30
31
void
addAttDef
(
HEPREP::HepRepAttDef
* hepRepAttDef);
32
void
addAttDef
(std::string
name
, std::string desc, std::string type, std::string extra);
33
std::set<HEPREP::HepRepAttDef *>
getAttDefsFromNode
();
34
HEPREP::HepRepAttDef
*
getAttDefFromNode
(std::string lowerCaseName);
35
36
HEPREP::HepRepAttDef
*
getAttDef
(std::string name) = 0;
37
HEPREP::HepRepAttValue
*
getAttValue
(std::string name) = 0;
38
};
39
40
}
// cheprep
41
42
43
#endif
Generated on Sat May 25 2013 14:34:14 for Geant4 by
1.8.4