#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.
| cheprep::DefaultHepRepAttribute::DefaultHepRepAttribute |
( |
) | |
|
| cheprep::DefaultHepRepAttribute::~DefaultHepRepAttribute |
( |
) | |
|
| void cheprep::DefaultHepRepAttribute::addAttValue |
( |
std::string |
key, |
|
|
char * |
value, |
|
|
int |
showLabel |
|
) |
| |
|
virtual |
| void cheprep::DefaultHepRepAttribute::addAttValue |
( |
std::string |
key, |
|
|
std::string |
value, |
|
|
int |
showLabel |
|
) |
| |
|
virtual |
Adds an attValue.
- Parameters
-
| key | name of attValue |
| value | value of attValue |
| showLabel | show this as label |
Implements HEPREP::HepRepAttribute.
| void cheprep::DefaultHepRepAttribute::addAttValue |
( |
std::string |
key, |
|
|
int |
value, |
|
|
int |
showLabel |
|
) |
| |
|
virtual |
Adds an attValue.
- Parameters
-
| key | name of attValue |
| value | value of attValue |
| showLabel | show this as label |
Implements HEPREP::HepRepAttribute.
| void cheprep::DefaultHepRepAttribute::addAttValue |
( |
std::string |
key, |
|
|
int64 |
value, |
|
|
int |
showLabel |
|
) |
| |
|
virtual |
Adds an attValue.
- Parameters
-
| key | name of attValue |
| value | value of attValue |
| showLabel | show this as label |
Implements HEPREP::HepRepAttribute.
| void cheprep::DefaultHepRepAttribute::addAttValue |
( |
std::string |
key, |
|
|
double |
value, |
|
|
int |
showLabel |
|
) |
| |
|
virtual |
Adds an attValue.
- Parameters
-
| key | name of attValue |
| value | value of attValue |
| showLabel | show this as label |
Implements HEPREP::HepRepAttribute.
| void cheprep::DefaultHepRepAttribute::addAttValue |
( |
std::string |
key, |
|
|
bool |
value, |
|
|
int |
showLabel |
|
) |
| |
|
virtual |
Adds an attValue.
- Parameters
-
| key | name of attValue |
| value | value of attValue |
| showLabel | show this as label |
Implements HEPREP::HepRepAttribute.
| void cheprep::DefaultHepRepAttribute::addAttValue |
( |
std::string |
key, |
|
|
std::vector< double > |
value, |
|
|
int |
showLabel |
|
) |
| |
|
virtual |
Adds a Color attValue.
- Parameters
-
| key | name of attValue |
| value | value of attValue |
| showLabel | show this as label |
Implements HEPREP::HepRepAttribute.
| void cheprep::DefaultHepRepAttribute::addAttValue |
( |
std::string |
key, |
|
|
double |
red, |
|
|
double |
green, |
|
|
double |
blue, |
|
|
double |
alpha, |
|
|
int |
showLabel |
|
) |
| |
|
virtual |
Adds a Color attValue.
- Parameters
-
| key | name of attValue |
| red | color |
| green | color |
| blue | color |
| alpha | value |
| showLabel | show this as label |
Implements HEPREP::HepRepAttribute.
| HepRepAttValue * cheprep::DefaultHepRepAttribute::getAttValueFromNode |
( |
std::string |
lowerCaseName) | |
|
|
virtual |
| set< HepRepAttValue * > cheprep::DefaultHepRepAttribute::getAttValuesFromNode |
( |
) | |
|
|
virtual |
| HepRepAttValue * cheprep::DefaultHepRepAttribute::removeAttValue |
( |
std::string |
key) | |
|
|
virtual |
The documentation for this class was generated from the following files: