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
DefaultHepRepAttDef.h
Go to the documentation of this file.
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
Generated on Sat May 25 2013 14:34:14 for Geant4 by
1.8.4