#include <DefaultHepRepAttribute.h>
|
| | 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) |
| |
| HEPREP::HepRepAttValue * | getAttValue (std::string name)=0 |
| |
| virtual | ~HepRepAttribute () |
| | Destructor. More...
|
| |
Definition at line 23 of file DefaultHepRepAttribute.h.
◆ DefaultHepRepAttribute()
| cheprep::DefaultHepRepAttribute::DefaultHepRepAttribute |
( |
| ) |
|
◆ ~DefaultHepRepAttribute()
| cheprep::DefaultHepRepAttribute::~DefaultHepRepAttribute |
( |
| ) |
|
◆ addAttValue() [1/9]
◆ addAttValue() [2/9]
| void cheprep::DefaultHepRepAttribute::addAttValue |
( |
std::string |
key, |
|
|
char * |
value, |
|
|
int |
showLabel |
|
) |
| |
|
virtual |
◆ addAttValue() [3/9]
| void cheprep::DefaultHepRepAttribute::addAttValue |
( |
std::string |
key, |
|
|
std::string |
value, |
|
|
int |
showLabel |
|
) |
| |
|
virtual |
◆ addAttValue() [4/9]
| void cheprep::DefaultHepRepAttribute::addAttValue |
( |
std::string |
key, |
|
|
int |
value, |
|
|
int |
showLabel |
|
) |
| |
|
virtual |
◆ addAttValue() [5/9]
| void cheprep::DefaultHepRepAttribute::addAttValue |
( |
std::string |
key, |
|
|
int64 |
value, |
|
|
int |
showLabel |
|
) |
| |
|
virtual |
◆ addAttValue() [6/9]
| void cheprep::DefaultHepRepAttribute::addAttValue |
( |
std::string |
key, |
|
|
double |
value, |
|
|
int |
showLabel |
|
) |
| |
|
virtual |
◆ addAttValue() [7/9]
| void cheprep::DefaultHepRepAttribute::addAttValue |
( |
std::string |
key, |
|
|
bool |
value, |
|
|
int |
showLabel |
|
) |
| |
|
virtual |
◆ addAttValue() [8/9]
| void cheprep::DefaultHepRepAttribute::addAttValue |
( |
std::string |
key, |
|
|
std::vector< double > |
value, |
|
|
int |
showLabel |
|
) |
| |
|
virtual |
◆ addAttValue() [9/9]
| void cheprep::DefaultHepRepAttribute::addAttValue |
( |
std::string |
key, |
|
|
double |
red, |
|
|
double |
green, |
|
|
double |
blue, |
|
|
double |
alpha, |
|
|
int |
showLabel |
|
) |
| |
|
virtual |
◆ getAttValue()
◆ getAttValueFromNode()
| HepRepAttValue * cheprep::DefaultHepRepAttribute::getAttValueFromNode |
( |
std::string |
lowerCaseName | ) |
|
|
virtual |
◆ getAttValuesFromNode()
| set< HepRepAttValue * > cheprep::DefaultHepRepAttribute::getAttValuesFromNode |
( |
| ) |
|
|
virtual |
Implements HEPREP::HepRepAttribute.
Definition at line 30 of file DefaultHepRepAttribute.cc.
31 set<HepRepAttValue*> attSet;
32 for (map<string, HepRepAttValue*>::iterator i =
attValues.begin(); i !=
attValues.end(); i++) {
33 if ((*i).first !=
"layer") attSet.insert((*i).second);
std::map< std::string, HEPREP::HepRepAttValue * > attValues
◆ removeAttValue()
| HepRepAttValue * cheprep::DefaultHepRepAttribute::removeAttValue |
( |
std::string |
key | ) |
|
|
virtual |
◆ attValues
The documentation for this class was generated from the following files: