#include <HepRepAttValue.h>
Public 멤버 함수 | |
virtual | ~HepRepAttValue () |
Destructor. 더 자세히 ... | |
virtual std::string | getName ()=0 |
virtual std::string | getLowerCaseName ()=0 |
virtual int | getType ()=0 |
virtual std::string | getTypeName ()=0 |
virtual int | showLabel ()=0 |
virtual std::string | getString ()=0 |
virtual std::string | getLowerCaseString ()=0 |
virtual std::string | getAsString ()=0 |
virtual std::vector< double > | getColor ()=0 |
virtual int64 | getLong ()=0 |
virtual int | getInteger ()=0 |
virtual double | getDouble ()=0 |
virtual bool | getBoolean ()=0 |
virtual HepRepAttValue * | copy ()=0 |
HepRepAttValue interface.
HepRepAttValue.h 파일의 24 번째 라인에서 정의되었습니다.
|
inlinevirtual |
Destructor.
HepRepAttValue.h 파일의 28 번째 라인에서 정의되었습니다.
|
pure virtual |
Returns a deep copy of this attvalue.
cheprep::DefaultHepRepAttValue에서 구현되었습니다.
|
pure virtual |
Returns value as string.
cheprep::DefaultHepRepAttValue에서 구현되었습니다.
다음에 의해서 참조됨 : cheprep::XMLHepRepWriter::write().
|
pure virtual |
Returns value as boolean.
cheprep::DefaultHepRepAttValue에서 구현되었습니다.
다음에 의해서 참조됨 : G4HepRepSceneHandler::setAttribute(), cheprep::XMLHepRepWriter::write().
|
pure virtual |
Returns value as Color.
cheprep::DefaultHepRepAttValue에서 구현되었습니다.
다음에 의해서 참조됨 : G4HepRepSceneHandler::setAttribute(), cheprep::XMLHepRepWriter::write().
|
pure virtual |
Returns value as double.
cheprep::DefaultHepRepAttValue에서 구현되었습니다.
다음에 의해서 참조됨 : G4HepRepSceneHandler::setAttribute(), cheprep::XMLHepRepWriter::write().
|
pure virtual |
Returns value as int.
cheprep::DefaultHepRepAttValue에서 구현되었습니다.
다음에 의해서 참조됨 : G4HepRepSceneHandler::setAttribute(), cheprep::XMLHepRepWriter::write().
|
pure virtual |
Returns value as long.
cheprep::DefaultHepRepAttValue에서 구현되었습니다.
다음에 의해서 참조됨 : cheprep::XMLHepRepWriter::write().
|
pure virtual |
Returns lowercased name of the attvalue.
cheprep::DefaultHepRepAttValue에서 구현되었습니다.
다음에 의해서 참조됨 : cheprep::DefaultHepRepAttribute::addAttValue().
|
pure virtual |
Returns value as lowercase string.
cheprep::DefaultHepRepAttValue에서 구현되었습니다.
|
pure virtual |
Returns name of the attvalue.
cheprep::DefaultHepRepAttValue에서 구현되었습니다.
다음에 의해서 참조됨 : cheprep::XMLHepRepWriter::write().
|
pure virtual |
Returns value as string.
cheprep::DefaultHepRepAttValue에서 구현되었습니다.
다음에 의해서 참조됨 : G4HepRepSceneHandler::setAttribute(), cheprep::XMLHepRepWriter::write().
|
pure virtual |
Returns type of the attvalue, defined in HepRepConstants with names TYPE_xxx.
cheprep::DefaultHepRepAttValue에서 구현되었습니다.
다음에 의해서 참조됨 : cheprep::XMLHepRepWriter::write().
|
pure virtual |
Returns the Java-like name for the type of this attvalue.
cheprep::DefaultHepRepAttValue에서 구현되었습니다.
|
pure virtual |
Returns the flag bits for showing this attvalue as a label, defined in HepRepConstants with names SHOW_xxx.
cheprep::DefaultHepRepAttValue에서 구현되었습니다.
다음에 의해서 참조됨 : cheprep::XMLHepRepWriter::write().