#include <DefaultHepRepDefinition.h>
|
| DefaultHepRepDefinition () |
|
| ~DefaultHepRepDefinition () |
|
void | addAttDef (HEPREP::HepRepAttDef *hepRepAttDef) |
|
void | addAttDef (std::string name, std::string desc, std::string type, std::string extra) |
|
std::set< HEPREP::HepRepAttDef * > | getAttDefsFromNode () |
|
HEPREP::HepRepAttDef * | getAttDefFromNode (std::string lowerCaseName) |
|
HEPREP::HepRepAttDef * | getAttDef (std::string name)=0 |
|
HEPREP::HepRepAttValue * | getAttValue (std::string name)=0 |
|
| DefaultHepRepAttribute () |
|
| ~DefaultHepRepAttribute () |
|
std::set< HEPREP::HepRepAttValue * > | getAttValuesFromNode () |
|
void | addAttValue (HEPREP::HepRepAttValue *hepRepAttValue) |
|
void | addAttValue (std::string key, char *value, int showLabel) |
|
void | addAttValue (std::string key, std::string value, int showLabel) |
|
void | addAttValue (std::string key, int value, int showLabel) |
|
void | addAttValue (std::string key, int64 value, int showLabel) |
|
void | addAttValue (std::string key, double value, int showLabel) |
|
void | addAttValue (std::string key, bool value, int showLabel) |
|
void | addAttValue (std::string key, std::vector< double > value, int showLabel) |
|
void | addAttValue (std::string key, double red, double green, double blue, double alpha, int showLabel) |
|
HEPREP::HepRepAttValue * | getAttValueFromNode (std::string lowerCaseName) |
|
HEPREP::HepRepAttValue * | removeAttValue (std::string key) |
|
virtual | ~HepRepAttribute () |
| Destructor. More...
|
|
virtual | ~HepRepDefinition () |
| Destructor. More...
|
|
Definition at line 22 of file DefaultHepRepDefinition.h.
◆ DefaultHepRepDefinition()
cheprep::DefaultHepRepDefinition::DefaultHepRepDefinition |
( |
| ) |
|
◆ ~DefaultHepRepDefinition()
cheprep::DefaultHepRepDefinition::~DefaultHepRepDefinition |
( |
| ) |
|
Definition at line 22 of file DefaultHepRepDefinition.cc.
24 for (set<HepRepAttDef*>::iterator i1 = list.begin(); i1 != list.end(); i1++) {
std::set< HEPREP::HepRepAttDef * > getAttDefsFromNode()
◆ addAttDef() [1/2]
◆ addAttDef() [2/2]
void cheprep::DefaultHepRepDefinition::addAttDef |
( |
std::string |
name, |
|
|
std::string |
desc, |
|
|
std::string |
type, |
|
|
std::string |
extra |
|
) |
| |
|
virtual |
◆ getAttDef()
◆ getAttDefFromNode()
HepRepAttDef * cheprep::DefaultHepRepDefinition::getAttDefFromNode |
( |
std::string |
lowerCaseName | ) |
|
|
virtual |
◆ getAttDefsFromNode()
set< HepRepAttDef * > cheprep::DefaultHepRepDefinition::getAttDefsFromNode |
( |
| ) |
|
|
virtual |
◆ getAttValue()
◆ attDefs
The documentation for this class was generated from the following files: