#include "/cvmfs/nova.opensciencegrid.org/externals/geant4/v4_10_4_p02ba/source/geant4.10.04.p02/source/visualization/HepRep/include/cheprep/DefaultHepRepAttValue.h"
|
| DefaultHepRepAttValue (std::string name, std::string value, int showLabel) |
|
| DefaultHepRepAttValue (std::string name, int64 value, int showLabel) |
|
| DefaultHepRepAttValue (std::string name, int value, int showLabel) |
|
| DefaultHepRepAttValue (std::string name, double value, int showLabel) |
|
| DefaultHepRepAttValue (std::string name, bool value, int showLabel) |
|
| DefaultHepRepAttValue (std::string name, std::vector< double > value, int showLabel) |
|
| ~DefaultHepRepAttValue () |
|
HEPREP::HepRepAttValue * | copy () |
|
std::string | getName () |
|
std::string | getLowerCaseName () |
|
int | getType () |
|
std::string | getTypeName () |
|
int | showLabel () |
|
std::string | getString () |
|
std::string | getLowerCaseString () |
|
int64 | getLong () |
|
int | getInteger () |
|
double | getDouble () |
|
bool | getBoolean () |
|
std::vector< double > | getColor () |
|
std::string | getAsString () |
|
std::string | toShowLabel () |
|
Definition at line 17 of file DefaultHepRepAttValue.h.
cheprep::DefaultHepRepAttValue::DefaultHepRepAttValue |
( |
std::string |
name, |
|
|
int64 |
value, |
|
|
int |
showLabel |
|
) |
| |
cheprep::DefaultHepRepAttValue::DefaultHepRepAttValue |
( |
std::string |
name, |
|
|
int |
value, |
|
|
int |
showLabel |
|
) |
| |
cheprep::DefaultHepRepAttValue::DefaultHepRepAttValue |
( |
std::string |
name, |
|
|
double |
value, |
|
|
int |
showLabel |
|
) |
| |
cheprep::DefaultHepRepAttValue::DefaultHepRepAttValue |
( |
std::string |
name, |
|
|
bool |
value, |
|
|
int |
showLabel |
|
) |
| |
cheprep::DefaultHepRepAttValue::DefaultHepRepAttValue |
( |
std::string |
name, |
|
|
std::vector< double > |
value, |
|
|
int |
showLabel |
|
) |
| |
cheprep::DefaultHepRepAttValue::~DefaultHepRepAttValue |
( |
| ) |
|
std::string cheprep::DefaultHepRepAttValue::getAsString |
( |
| ) |
|
|
virtual |
static std::string cheprep::DefaultHepRepAttValue::getAsString |
( |
std::vector< double > |
c | ) |
|
|
static |
static std::string cheprep::DefaultHepRepAttValue::getAsString |
( |
int |
i | ) |
|
|
static |
static std::string cheprep::DefaultHepRepAttValue::getAsString |
( |
double |
d | ) |
|
|
static |
static std::string cheprep::DefaultHepRepAttValue::getAsString |
( |
bool |
b | ) |
|
|
static |
bool cheprep::DefaultHepRepAttValue::getBoolean |
( |
| ) |
|
|
virtual |
std::vector<double> cheprep::DefaultHepRepAttValue::getColor |
( |
| ) |
|
|
virtual |
double cheprep::DefaultHepRepAttValue::getDouble |
( |
| ) |
|
|
virtual |
int cheprep::DefaultHepRepAttValue::getInteger |
( |
| ) |
|
|
virtual |
int64 cheprep::DefaultHepRepAttValue::getLong |
( |
| ) |
|
|
virtual |
std::string cheprep::DefaultHepRepAttValue::getLowerCaseName |
( |
| ) |
|
|
virtual |
std::string cheprep::DefaultHepRepAttValue::getLowerCaseString |
( |
| ) |
|
|
virtual |
Returns value as lowercase string.
- Returns
- value as string (if type is string).
Implements HEPREP::HepRepAttValue.
std::string cheprep::DefaultHepRepAttValue::getName |
( |
| ) |
|
|
virtual |
std::string cheprep::DefaultHepRepAttValue::getString |
( |
| ) |
|
|
virtual |
int cheprep::DefaultHepRepAttValue::getType |
( |
| ) |
|
|
virtual |
Returns type of the attvalue, defined in HepRepConstants with names TYPE_xxx.
- Returns
- type.
Implements HEPREP::HepRepAttValue.
std::string cheprep::DefaultHepRepAttValue::getTypeName |
( |
| ) |
|
|
virtual |
Returns the Java-like name for the type of this attvalue.
- Returns
- type name.
Implements HEPREP::HepRepAttValue.
void cheprep::DefaultHepRepAttValue::init |
( |
| ) |
|
|
private |
int cheprep::DefaultHepRepAttValue::showLabel |
( |
| ) |
|
|
virtual |
Returns the flag bits for showing this attvalue as a label, defined in HepRepConstants with names SHOW_xxx.
- Returns
- flag bits if should be shown as label.
Implements HEPREP::HepRepAttValue.
std::string cheprep::DefaultHepRepAttValue::toShowLabel |
( |
| ) |
|
static std::string cheprep::DefaultHepRepAttValue::toShowLabel |
( |
int |
showLabel | ) |
|
|
static |
bool cheprep::DefaultHepRepAttValue::booleanValue |
|
private |
std::vector<double> cheprep::DefaultHepRepAttValue::colorValue |
|
private |
double cheprep::DefaultHepRepAttValue::doubleValue |
|
private |
int64 cheprep::DefaultHepRepAttValue::longValue |
|
private |
int cheprep::DefaultHepRepAttValue::showLabelValue |
|
private |
std::string cheprep::DefaultHepRepAttValue::stringValue |
|
private |
int cheprep::DefaultHepRepAttValue::type |
|
private |
The documentation for this class was generated from the following file: